|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.config.AbstractConfigReader org.dlese.dpc.schemedit.config.FrameworkConfigReader
public class FrameworkConfigReader
Extracts info to augment that of the Schema from a framework configuration file.
Used by the MetaDataFramework
and is
required for each of of the frameworks supported by DCS.
Field Summary | |
---|---|
protected static boolean |
debug
NOT YET DOCUMENTED |
Fields inherited from class org.dlese.dpc.schemedit.config.AbstractConfigReader |
---|
df, docMap, nameSpaceInfo, rootElementName, source, writeOnDestroy |
Constructor Summary | |
---|---|
FrameworkConfigReader(File source)
Create a FrameworkConfigReader. |
Method Summary | |
---|---|
int |
getBaseRenderLevel()
Gets the baseRenderLevel attribute of the FrameworkConfigReader object |
String |
getBestPracticesLabel()
Gets the renderer attribute of the FrameworkConfigReader object |
String |
getDiscussionURL()
optional node |
FieldInfoMap |
getFieldInfoMap()
Create a FieldInfoMap containing information about each fieldInfo path specified in the config file. |
String |
getName()
Gets the name attribute of the FrameworkConfigReader object |
PageList |
getPageList()
Gets the pageList attribute of the FrameworkConfigReader object |
boolean |
getRebuildOnStart()
Gets the rebuildOnStart attribute of the FrameworkConfigReader object. |
String |
getRecordsDir()
Gets the recordsDir attribute of the FrameworkConfigReader object |
String |
getRenderer()
Gets the renderer attribute of the FrameworkConfigReader object |
String |
getRootElementName()
Gets the rootElementName attribute of the FrameworkConfigReader object |
SchemaPathMap |
getSchemaPathMap()
Gets the schemaPathMap attribute of the FrameworkConfigReader object |
SchemaPathMap |
getSchemaPathMapNew()
Not currently used - designed for future "pathSpec" which will be more flexible in specifying path-specific attributes and behaviours. |
String |
getSchemaURI()
Gets the schemaURI attribute of the FrameworkConfigReader object |
UserInfo |
getUserInfo()
|
String |
getVocabLayoutURI()
Gets the vocabLayoutURI attribute of the FrameworkConfigReader object |
String |
getXmlFormat()
Gets the xmlFormat attribute of the FrameworkConfigReader object |
protected static void |
prtln(String s)
Print a line to standard out. |
void |
refresh()
Force update by clearing cached values |
void |
setBaseRenderLevel(int level)
Sets the baseRenderLevel attribute of the FrameworkConfigReader object |
void |
setBestPracticesLabel(String s)
Sets the renderer attribute of the FrameworkConfigReader object |
void |
setDiscussionURL(String s)
Sets the discussionURL attribute of the FrameworkConfigReader object |
void |
setName(String s)
Sets the name attribute of the FrameworkConfigReader object |
void |
setRebuildOnStart(boolean bool)
Sets the rebuildOnStart attribute of the FrameworkConfigReader object |
void |
setRecordsDir(String s)
Sets the recordsDir attribute of the FrameworkConfigReader object |
void |
setRenderer(String s)
Sets the renderer attribute of the FrameworkConfigReader object |
void |
setRootElementName(String s)
Sets the rootElementName attribute of the FrameworkConfigReader object |
void |
setSchemaURI(String s)
Sets the schemaURI attribute of the FrameworkConfigReader object |
void |
setXmlFormat(String s)
Sets the xmlFormat attribute of the FrameworkConfigReader object |
Methods inherited from class org.dlese.dpc.schemedit.config.AbstractConfigReader |
---|
destroy, flush, getDelocalizedDoc, getDocMap, getDocument, getNode, getNodes, getNodeText, getSource, getSourcePath, setNodeText, setSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static boolean debug
Constructor Detail |
---|
public FrameworkConfigReader(File source) throws Exception
source
- Description of the Parameter
Exception
- NOT YET DOCUMENTEDMethod Detail |
---|
public void refresh()
refresh
in class AbstractConfigReader
public int getBaseRenderLevel()
public void setBaseRenderLevel(int level)
level
- The new baseRenderLevel valuepublic String getDiscussionURL()
public void setDiscussionURL(String s)
s
- The new discussionURL valuepublic boolean getRebuildOnStart()
public void setRebuildOnStart(boolean bool)
bool
- The new rebuildOnStart valuepublic SchemaPathMap getSchemaPathMap()
public UserInfo getUserInfo()
public SchemaPathMap getSchemaPathMapNew()
public String getName()
public void setName(String s)
s
- The new name valuepublic String getRecordsDir()
public void setRecordsDir(String s)
s
- The new recordsDir valuepublic String getRenderer()
public void setRenderer(String s)
s
- The new renderer valuepublic String getBestPracticesLabel()
public void setBestPracticesLabel(String s)
s
- The new renderer valuepublic String getRootElementName()
public void setRootElementName(String s)
s
- The new rootElementName valuepublic String getSchemaURI()
public String getVocabLayoutURI()
public void setSchemaURI(String s)
s
- The new schemaURI valuepublic String getXmlFormat()
public void setXmlFormat(String s)
s
- The new xmlFormat valuepublic PageList getPageList()
public FieldInfoMap getFieldInfoMap()
protected static void prtln(String s)
s
- The String to print.
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |