Uses of Interface
com.sun.enterprise.admin.servermgmt.stringsubs.Substitutable
-
-
Uses of Substitutable in com.sun.enterprise.admin.servermgmt.stringsubs
Methods in com.sun.enterprise.admin.servermgmt.stringsubs that return types with arguments of type Substitutable Modifier and Type Method Description List<? extends Substitutable>SubstitutableFactory. getArchiveEntrySubstitutable(Archive archive)Get's all theSubstitutableentries from anArchive.List<? extends Substitutable>SubstitutableFactory. getFileEntrySubstituables(FileEntry fileEntry)Get's all theSubstitutableentries from aFileEntry.Methods in com.sun.enterprise.admin.servermgmt.stringsubs with parameters of type Substitutable Modifier and Type Method Description voidSubstitutionAlgorithm. substitute(Substitutable substituable)Perform's string substitution. -
Uses of Substitutable in com.sun.enterprise.admin.servermgmt.stringsubs.impl
Subinterfaces of Substitutable in com.sun.enterprise.admin.servermgmt.stringsubs.impl Modifier and Type Interface Description interfaceArchiveMemberCreatesReaderandWriterfor theMemberEntryof an archive, that has to undergo string substitution.Classes in com.sun.enterprise.admin.servermgmt.stringsubs.impl that implement Substitutable Modifier and Type Class Description classArchiveMemberHandlerclassFileSubstitutionHandlerAbstract class initialize the input file for the string substitution.classLargeFileSubstitutionHandlerclassSmallFileSubstitutionHandlerMethods in com.sun.enterprise.admin.servermgmt.stringsubs.impl that return types with arguments of type Substitutable Modifier and Type Method Description List<? extends Substitutable>SubstituableFactoryImpl. getArchiveEntrySubstitutable(Archive archive)List<? extends Substitutable>SubstituableFactoryImpl. getFileEntrySubstituables(FileEntry fileEntry) -
Uses of Substitutable in com.sun.enterprise.admin.servermgmt.stringsubs.impl.algorithm
Methods in com.sun.enterprise.admin.servermgmt.stringsubs.impl.algorithm with parameters of type Substitutable Modifier and Type Method Description voidRadixTreeSubstitutionAlgo. substitute(Substitutable substitutable)voidStringReplacementAlgo. substitute(Substitutable resolver)
-