Uses of Interface
com.sun.enterprise.admin.servermgmt.stringsubs.SubstitutableFactory
-
Packages that use SubstitutableFactory Package Description com.sun.enterprise.admin.servermgmt.stringsubs com.sun.enterprise.admin.servermgmt.stringsubs.impl -
-
Uses of SubstitutableFactory in com.sun.enterprise.admin.servermgmt.stringsubs
Methods in com.sun.enterprise.admin.servermgmt.stringsubs with parameters of type SubstitutableFactory Modifier and Type Method Description voidStringSubstitutor. setEntryFactory(SubstitutableFactory factory)Set's a factory which can process aFileEntryor anArchiveentry to retrieve all theSubstitutableentries. -
Uses of SubstitutableFactory in com.sun.enterprise.admin.servermgmt.stringsubs.impl
Classes in com.sun.enterprise.admin.servermgmt.stringsubs.impl that implement SubstitutableFactory Modifier and Type Class Description classSubstituableFactoryImplDefaultSubstitutableFactoryimplementation to retrieve theSubstitutableentries from aFileEntryor anArchive.Methods in com.sun.enterprise.admin.servermgmt.stringsubs.impl with parameters of type SubstitutableFactory Modifier and Type Method Description voidStringSubstitutionEngine. setEntryFactory(SubstitutableFactory factory)
-