Uses of Class
com.sun.enterprise.admin.servermgmt.stringsubs.StringSubstitutionException
-
-
Uses of StringSubstitutionException in com.sun.enterprise.admin.servermgmt.stringsubs
Methods in com.sun.enterprise.admin.servermgmt.stringsubs that throw StringSubstitutionException Modifier and Type Method Description static StringSubstitutorStringSubstitutionFactory. createStringSubstitutor(InputStream stringsubs)Create aStringSubstitutorobject.voidSubstitutionAlgorithm. substitute(Substitutable substituable)Perform's string substitution.voidStringSubstitutor. substituteAll()Perform's string substitution.voidStringSubstitutor. substituteComponents(List<String> components)Perform's string substitution for give components.voidStringSubstitutor. substituteGroups(List<String> groups)Perform's string substitution for give groups. -
Uses of StringSubstitutionException in com.sun.enterprise.admin.servermgmt.stringsubs.impl
Methods in com.sun.enterprise.admin.servermgmt.stringsubs.impl that throw StringSubstitutionException Modifier and Type Method Description static StringsubsDefinitionStringSubstitutionParser. parse(InputStream configStream)Parse the configuration stream against the string-subs schema and then closes the stream.voidStringSubstitutionEngine. substituteAll()voidStringSubstitutionEngine. substituteComponents(List<String> components)voidStringSubstitutionEngine. substituteGroups(List<String> groups)Constructors in com.sun.enterprise.admin.servermgmt.stringsubs.impl that throw StringSubstitutionException Constructor Description StringSubstitutionEngine(InputStream inputStream)ConstructsStringSubstitutionEnginebased on the given string-subs configuration stream. -
Uses of StringSubstitutionException in com.sun.enterprise.admin.servermgmt.stringsubs.impl.algorithm
Methods in com.sun.enterprise.admin.servermgmt.stringsubs.impl.algorithm that throw StringSubstitutionException Modifier and Type Method Description voidRadixTreeSubstitutionAlgo. substitute(Substitutable substitutable)voidStringReplacementAlgo. substitute(Substitutable resolver)
-