Package org.dlese.dpc.schemedit.sif
Class SIFRefIdManager
java.lang.Object
org.dlese.dpc.schemedit.sif.SIFRefIdManager
Manages configurations of SIF fields that take references to other SIF
objects.
- Author:
- Jonathan Ostwald
-
Method Summary
Modifier and TypeMethodDescriptionstatic SIFRefIdManagerGets singleton SIFRefIdManager instance.getRefIdMap(String xmlFormat) Gets the refIdMap for the specified SIF Framework.Returns list of supported SIF xmlFormats.booleanhasXmlFormat(String xmlFormat) Returns true of specified xmlFormat is configured.static voidThe main program for the SIFRefIdManager classprotected static voidNOT YET DOCUMENTEDstatic voidreinit()static voidSets the path attribute of the SIFRefIdManager class
-
Method Details
-
getInstance
Gets singleton SIFRefIdManager instance.- Returns:
- The instance value
-
setPath
Sets the path attribute of the SIFRefIdManager class- Parameters:
sourceDir- The new path value
-
reinit
public static void reinit() -
getRefIdMap
Gets the refIdMap for the specified SIF Framework.- Parameters:
xmlFormat- NOT YET DOCUMENTED- Returns:
- The refIdMap value
-
getXmlFormats
Returns list of supported SIF xmlFormats.- Returns:
- The xmlFormats value
-
hasXmlFormat
Returns true of specified xmlFormat is configured.- Parameters:
xmlFormat- NOT YET DOCUMENTED- Returns:
- NOT YET DOCUMENTED
-
main
The main program for the SIFRefIdManager class- Parameters:
args- The command line arguments- Throws:
Exception- NOT YET DOCUMENTED
-
prtln
NOT YET DOCUMENTED- Parameters:
s- NOT YET DOCUMENTED
-