Uses of Class
org.jostraca.util.PropertySet

Packages that use PropertySet
org.jostraca Primary Jostraca interfaces and implementation classes. 
org.jostraca.directive Directive implementations. 
org.jostraca.process Template processing classes. 
org.jostraca.section Classes for handling template sections. 
org.jostraca.transform Text transformation utilities. 
org.jostraca.unit Classes for handling text units. 
org.jostraca.util Application framework and utility classes. 
 

Uses of PropertySet in org.jostraca
 

Methods in org.jostraca that return PropertySet
 PropertySet VirtualTemplatePath.resolvePropertySet()
           
 PropertySet TemplatePath.resolvePropertySet()
          Load PropertySet associated with the template path.
 PropertySet Template.getPropertySet(java.lang.String pConfName)
          Get template PropertySet.
 PropertySet Template.getMergedPropertySet()
           
 PropertySet Service.getCurrentConfig()
           
 PropertySet Service.loadBaseConfigFiles(java.io.File pSystemConfigFile)
          Load system and local configuration
 PropertySet JostracaTask.makeCmdPropertySet()
           
static PropertySet Jostraca.parseCommandLine(java.lang.String pArgString, java.util.ArrayList pTemplates, java.util.ArrayList pAdditionalConfig)
           
static PropertySet Jostraca.parseCommandLine(java.lang.String[] pArgs, java.util.ArrayList pTemplates, java.util.ArrayList pAdditionalConfig)
          Parse cmd line used to invoke Jostraca.
static PropertySet DefaultPropertySets.makeSystemPropertySet()
           
 PropertySet BasicTemplatePath.resolvePropertySet()
           
 PropertySet BasicTemplate.getPropertySet(java.lang.String pConfName)
           
 PropertySet BasicTemplate.getMergedPropertySet()
           
 

Methods in org.jostraca with parameters of type PropertySet
 void WriterFormatLexer.setPropertySet(PropertySet pPropertySet)
           
 void VirtualTemplatePath.setPropertySet(PropertySet pPropertySet)
          Set template path property set dynamically
static void Tools.produceJostracaLocation(PropertySet pPropertySet, java.io.File pConfigFile)
          Special handling for jostraca.Location.
static java.lang.String Tools.normaliseTemplatePropertySet(PropertySet pPropertySet)
           
 void TemplateScript.setByProperty(PropertySet pPropertySet)
           
 java.lang.String TemplateScript.getCanonicalScriptName(PropertySet pPropertySet)
          Reference name for template script.
 void TemplateParser.setPropertySet(PropertySet pPropertySet)
          Set PropertySet to be used in parse.
 void Template.setPropertySet(java.lang.String pConfName, PropertySet pPropertySet)
           
 void Service.addPropertySet(java.lang.String pName, PropertySet pPropertySet)
          Add a PropertySet by name.
static void Service.parseDumpSpec(java.lang.String pDumpSpec, PropertySet pCmdLineOptions)
          Set dump options from dump specification argument.
 void NameValueListPSM.modify(PropertySet pSourcePropertySet, PropertySet pTargetPropertySet)
          Modify the supplied PropertySet.
 void Generator.setCmdPropertySet(PropertySet pCmdPropertySet)
          Specifically set some configuration properties.
static TemplateScript BasicTemplateScript.defineByProperty(PropertySet pPropertySet)
           
 void BasicTemplateScript.setByProperty(PropertySet pPropertySet)
           
 java.lang.String BasicTemplateScript.getCanonicalScriptName(PropertySet pPropertySet)
           
 void BasicTemplatePath.setPropertySet(PropertySet pPropertySet)
          Set template path property set dynamically - optional
 void BasicTemplateParser.setPropertySet(PropertySet pPropertySet)
          Set PropertySet to be used in parse.
 void BasicTemplate.setPropertySet(java.lang.String pConfName, PropertySet pPropertySet)
           
 

Constructors in org.jostraca with parameters of type PropertySet
BasicWriterFormat(PropertySet pPropertySet)
           
BasicTextElementProcessor(BasicUnitList pUnitList, TemplateActionHandler pTemplateActionHandler, PropertySet pPropertySet, TextualTransformManagerTable pTextualTransformManagerTable)
           
BasicTemplateElementProcessor(TemplateActionHandler pTemplateActionHandler, PropertySet pPropertySet)
          Constructor.
BasicScriptElementProcessor(BasicUnitList pUnitList, TemplateActionHandler pTemplateActionHandler, PropertySet pPropertySet, TextualTransformManagerTable pTextualTransformManagerTable)
           
BasicExpressionElementProcessor(BasicUnitList pUnitList, TemplateActionHandler pTemplateActionHandler, PropertySet pPropertySet, TextualTransformManagerTable pTextualTransformManagerTable)
           
BasicDirectiveElementProcessor(BasicUnitList pUnitList, TemplateActionHandler pTemplateActionHandler, PropertySet pPropertySet, TextualTransformManagerTable pTextualTransformManagerTable)
           
 

Uses of PropertySet in org.jostraca.directive
 

Methods in org.jostraca.directive with parameters of type PropertySet
 void SectionDirective.perform(java.lang.String pDirectiveName, java.lang.String pArguments, BasicUnitList pBasicUnitList, TemplateActionHandler pTemplateActionHandler, PropertySet pPropertySet, TextualTransformManagerTable pTextualTransformManagerTable)
           
 void ReplaceRegExpDirective.perform(java.lang.String pDirectiveName, java.lang.String pArguments, BasicUnitList pBasicUnitList, TemplateActionHandler pTemplateActionHandler, PropertySet pPropertySet, TextualTransformManagerTable pTextualTransformManagerTable)
           
 void ReplaceDirective.perform(java.lang.String pDirectiveName, java.lang.String pArguments, BasicUnitList pBasicUnitList, TemplateActionHandler pTemplateActionHandler, PropertySet pPropertySet, TextualTransformManagerTable pTextualTransformManagerTable)
           
 void OneLineDirective.perform(java.lang.String pDirectiveName, java.lang.String pArguments, BasicUnitList pBasicUnitList, TemplateActionHandler pTemplateActionHandler, PropertySet pPropertySet, TextualTransformManagerTable pTextualTransformManagerTable)
           
 void InsertSectionDirective.perform(java.lang.String pDirectiveName, java.lang.String pArguments, BasicUnitList pBasicUnitList, TemplateActionHandler pTemplateActionHandler, PropertySet pPropertySet, TextualTransformManagerTable pTextualTransformManagerTable)
           
 void InitDirective.perform(java.lang.String pDirectiveName, java.lang.String pArguments, BasicUnitList pBasicUnitList, TemplateActionHandler pTemplateActionHandler, PropertySet pPropertySet, TextualTransformManagerTable pTextualTransformManagerTable)
           
abstract  void DirectiveSupport.perform(java.lang.String pDirectiveSupportName, java.lang.String pArguments, BasicUnitList pUnitList, TemplateActionHandler pTemplateActionHandler, PropertySet pPropertySet, TextualTransformManagerTable pTextualTransformManagerTable)
           
 void DirectiveManager.perform(java.lang.String pDirectiveName, java.lang.String pArguments, BasicUnitList pUnitList, TemplateActionHandler pTemplateActionHandler, PropertySet pPropertySet, TextualTransformManagerTable pTextualTransformManagerTable)
           
 void DirectiveManager.performDirective(java.lang.String pDirectiveName, java.lang.String pRefinedDirectiveName, java.lang.String pArguments, BasicUnitList pUnitList, TemplateActionHandler pTemplateActionHandler, PropertySet pPropertySet, TextualTransformManagerTable pTextualTransformManagerTable)
           
 void Directive.perform(java.lang.String pDirectiveName, java.lang.String pArguments, BasicUnitList pUnitList, TemplateActionHandler pTemplateActionHandler, PropertySet pPropertySet, TextualTransformManagerTable pTextualTransformManagerTable)
          REVIEW: this interface WILL change.
 void CollapseWhiteSpaceDirective.perform(java.lang.String pDirectiveName, java.lang.String pArguments, BasicUnitList pUnitList, TemplateActionHandler pTemplateActionHandler, PropertySet pPropertySet, TextualTransformManagerTable pTextualTransformManagerTable)
           
 

Uses of PropertySet in org.jostraca.process
 

Methods in org.jostraca.process that return PropertySet
static PropertySet MetaUtil.loadMetaData(Template pTemplate)
           
 

Methods in org.jostraca.process with parameters of type PropertySet
protected  java.lang.String RebolController.makeMetaPath(Template pTemplate, PropertySet pPropertySet)
           
static java.io.File MetaUtil.makeMetaFilePath(PropertySet pPropertySet, TemplatePath pTemplatePath)
           
static java.lang.String JavaUtil.makeClassPath(PropertySet pPropertySet)
           
protected  java.lang.String JavaController.makeCodeWriter(PropertySet pPropertySet)
           
protected  TemplateParser GenericParser.getTemplateParser(PropertySet pPropertySet)
           
 boolean GenericParser.displayTemplateDocumentation(PropertySet pPropertySet, SectionSet pSectionSet, UserMessageHandler pUserMessageHandler)
          Display template documentation if it exists
protected  WriterFormat GenericMerger.makeWriterFormat(PropertySet pPropertySet)
           
protected  void GenericMerger.modifySections(java.lang.String pWriterFormatSource, SectionSet pSectionSet, PropertySet pPropertySet)
          Modify sections just prior to build.
 java.lang.String GenericController.getCodeWriterPath(PropertySet pPropertySet)
           
protected  java.lang.String GenericController.makeExternalController(PropertySet pPropertySet)
           
protected  java.lang.String GenericController.makeCodeWriterOptions(PropertySet pPropertySet, Template pTemplate)
           
protected  java.lang.String GenericController.makeMetaPath(Template pTemplate, PropertySet pPropertySet)
           
protected  java.lang.String ExternalJythonController.makeExternalController(PropertySet pPropertySet)
           
protected  java.lang.String ExternalJavaController.makeExternalControllerOptions(PropertySet pPropertySet)
           
static java.lang.String CUtil.resolveExecutable(PropertySet pPropertySet)
           
protected  java.lang.String CController.makeExternalController(PropertySet pPropertySet)
           
 

Constructors in org.jostraca.process with parameters of type PropertySet
BasicProcessManager(PropertySet pPropertySet)
          Constructor.
 

Uses of PropertySet in org.jostraca.section
 

Methods in org.jostraca.section with parameters of type PropertySet
 Section PythonIndenter.modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 Section ModifierManager.modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 SectionSet ModifierManager.modify(SectionSet pSectionSet, PropertySet pPropertySet)
          Modify all Sections in the SectionSet.
 Section Modifier.modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 SectionSet Modifier.modify(SectionSet pSectionSet, PropertySet pPropertySet)
          Modify all Sections in the SectionSet.
 Section Marker.modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 Section Identity.modify(Section pSection, PropertySet pPropertySet)
          Return Section unmodified
 SectionSet Identity.modify(SectionSet pSectionSet, PropertySet pPropertySet)
          Apply modify to all Sections in SectionSet.
protected  Section Identity.checkNulls(Section pSection, PropertySet pPropertySet)
          Check if pSection or pPropertySet are null.
 Section Collapser.modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 Section BlockIndenter.modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 

Uses of PropertySet in org.jostraca.transform
 

Methods in org.jostraca.transform with parameters of type PropertySet
 void TextualTransformSupport.setParameters(PropertySet pPropertySet)
           
 void TextualTransformSupport.setParameters(PropertySet pPropertySet, java.util.Hashtable pAttributes)
           
protected  void TextualTransformSupport.setParametersImpl(PropertySet pPropertySet)
           
 void TextualTransformManager.setParameters(PropertySet pPropertySet)
           
 void TextualTransformManager.setParameters(PropertySet pPropertySet, java.util.Hashtable pAttributes)
           
 void TextualTransform.setParameters(PropertySet pPropertySet)
          Set the parameters, if any, that this transform uses.
 void TextualTransform.setParameters(PropertySet pPropertySet, java.util.Hashtable pAttributes)
          Set the parameters, if any, that this transform uses.
 void TextElementTransform.setParameters(PropertySet pPropertySet)
           
 void RemoveFirstBlankLineTransform.setParameters(PropertySet pPropertySet)
           
 void RemoveExtraWhiteSpace.setParameters(PropertySet pPropertySet)
           
 void ExpressionElementTransform.setParameters(PropertySet pPropertySet)
           
 

Constructors in org.jostraca.transform with parameters of type PropertySet
TextualTransformManagerTable(PropertySet pPropertySet)
          Create TextualTransformManager objects based on PropertySet.
 

Uses of PropertySet in org.jostraca.unit
 

Methods in org.jostraca.unit with parameters of type PropertySet
 void BasicUnitProcessor.setPropertySet(PropertySet pPropertySet)
           
 

Uses of PropertySet in org.jostraca.util
 

Subclasses of PropertySet in org.jostraca.util
 class ValueSet
          Stores an editable list of name-value pairs, just like PropertySet.
 

Methods in org.jostraca.util that return PropertySet
 PropertySet StandardException.getContextValues()
           
static PropertySet StandardException.getContextValues(java.lang.Object pContext, java.lang.String pMessage, java.lang.String pOriginalMessage, java.lang.Throwable pContained)
           
 PropertySet PropertySetManager.load(java.lang.String pName, java.io.File pFile)
          load a PropertySet
 PropertySet PropertySetManager.load(java.lang.String pName, java.io.File pFile, PropertySetManager.Mode pMode)
           
 PropertySet PropertySetManager.get(java.lang.String pName)
          get a named PropertySet
 PropertySet PropertySetManager.remove(java.lang.String pName)
          remove a named PropertySet
 PropertySet OrderedPropertySetManager.load(java.lang.String pName, java.io.File pFile, PropertySetManager.Mode pMode)
           
 PropertySet OrderedPropertySetManager.get(java.lang.String pName)
           
 PropertySet OrderedPropertySetManager.remove(java.lang.String pName)
           
 PropertySet OrderedPropertySetManager.merge()
          Merge ordered PropertySets, earlier entries overwritten by later entries.
 

Methods in org.jostraca.util with parameters of type PropertySet
 java.lang.String UserMessageFormatter.format(java.lang.String pCode, PropertySet pContext)
           
 java.lang.String UserMessageFormatter.format(java.lang.String pCode, PropertySet pContext, java.util.ResourceBundle pMessages)
           
 void PropertySetModifierManager.modify(PropertySet pPropertySet)
           
 void PropertySetModifierManager.modify(PropertySet pSourcePropertySet, PropertySet pTargetPropertySet)
           
 void PropertySetModifier.modify(PropertySet pSourcePropertySet, PropertySet pTargetPropertySet)
          Modify the supplied PropertySet
 void PropertySetManager.put(java.lang.String pName, PropertySet pPropertySet)
          add a named PropertySet
 boolean PropertySet.contains(PropertySet pPropertySet)
          True if specified PropertySet is contained in this PropertySet.
 void PropertySet.set(PropertySet pPropertySet)
          Set from a different PropertySet.
 void PropertySet.overrideWith(PropertySet pPropertySet)
          Override name-value pairs with name-value pairs from a different PropertySet.
 void PropertySet.inheritFrom(PropertySet pPropertySet)
          Inherit name-value pairs from a different PropertySet.
 void PrefixOperatorPSM.modify(PropertySet pSourcePropertySet, PropertySet pTargetPropertySet)
          Modify the target PropertySet.
 java.lang.String PrefixOperatorPSM.Operation.perform(java.lang.String pValue, java.lang.String pQualifier, PropertySet pSourcePropertySet, PropertySet pTargetPropertySet)
           
 java.lang.String PrefixOperatorPSM.NilOperation.perform(java.lang.String pValue, java.lang.String pQualifier, PropertySet pSourcePropertySet, PropertySet pTargetPropertySet)
           
 java.lang.String PrefixOperatorPSM.FileOperation.perform(java.lang.String pValue, java.lang.String pQualifier, PropertySet pSourcePropertySet, PropertySet pTargetPropertySet)
           
 void OrderedPropertySetManager.add(java.lang.String pName, PropertySet pPropertySet)
           
 void OrderedPropertySetManager.put(java.lang.String pName, PropertySet pPropertySet)
           
 

Constructors in org.jostraca.util with parameters of type PropertySet
PropertySet(PropertySet pPropertySet)
          Create from a PropertySet.
 



Copyright © 2000-2002 Richard Rodger