Uses of Interface
com.sun.enterprise.admin.servermgmt.stringsubs.Substitutable
Packages that use Substitutable
Package
Description
-
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 SubstitutableModifier and TypeMethodDescriptionList<? 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 SubstitutableModifier and TypeMethodDescriptionvoidSubstitutionAlgorithm.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.implModifier and TypeInterfaceDescriptioninterfaceCreatesReaderandWriterfor theMemberEntryof an archive, that has to undergo string substitution.Classes in com.sun.enterprise.admin.servermgmt.stringsubs.impl that implement SubstitutableModifier and TypeClassDescriptionclassclassAbstract class initialize the input file for the string substitution.classclassMethods in com.sun.enterprise.admin.servermgmt.stringsubs.impl that return types with arguments of type SubstitutableModifier and TypeMethodDescriptionList<? 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 SubstitutableModifier and TypeMethodDescriptionvoidRadixTreeSubstitutionAlgo.substitute(Substitutable substitutable) voidStringReplacementAlgo.substitute(Substitutable resolver)