Class SubstituableFactoryImpl

    • Constructor Detail

      • SubstituableFactoryImpl

        public SubstituableFactoryImpl()
    • Method Detail

      • getFileEntrySubstituables

        public List<? extends Substitutable> getFileEntrySubstituables​(com.sun.enterprise.admin.servermgmt.xml.stringsubs.FileEntry fileEntry)
        Description copied from interface: SubstitutableFactory
        Gets all the Substitutable entries from a FileEntry. A file entry can point to a file/directory or can contain pattern or wild card characters.
        Specified by:
        getFileEntrySubstituables in interface SubstitutableFactory
        Parameters:
        fileEntry - A file entry.
        Returns:
        All the eligible Substitutable entries from a file entry.
      • getArchiveEntrySubstitutable

        public List<? extends Substitutable> getArchiveEntrySubstitutable​(com.sun.enterprise.admin.servermgmt.xml.stringsubs.Archive archive)
        Description copied from interface: SubstitutableFactory
        Gets all the Substitutable entries from an Archive. An archive entry can contain one or multiple member entries or can point the entries from nested archives.
        Specified by:
        getArchiveEntrySubstitutable in interface SubstitutableFactory
        Parameters:
        archive - An archive.
        Returns:
        All the eligible Substitutable entries from an archive.