|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.schemedit.sif.SIFRefIdManager
public class SIFRefIdManager
Manages configurations of SIF fields that take references to other SIF objects.
| Method Summary | |
|---|---|
static SIFRefIdManager |
getInstance()
Gets singleton SIFRefIdManager instance. |
SIFRefIdMap |
getRefIdMap(String xmlFormat)
Gets the refIdMap for the specified SIF Framework. |
List |
getXmlFormats()
Returns list of supported SIF xmlFormats. |
boolean |
hasXmlFormat(String xmlFormat)
Returns true of specified xmlFormat is configured. |
static void |
main(String[] args)
The main program for the SIFRefIdManager class |
protected static void |
prtln(String s)
NOT YET DOCUMENTED |
static void |
reinit()
|
static void |
setPath(String sourceDir)
Sets the path attribute of the SIFRefIdManager class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SIFRefIdManager getInstance()
public static void setPath(String sourceDir)
sourceDir - The new path valuepublic static void reinit()
public SIFRefIdMap getRefIdMap(String xmlFormat)
xmlFormat - NOT YET DOCUMENTED
public List getXmlFormats()
public boolean hasXmlFormat(String xmlFormat)
xmlFormat - NOT YET DOCUMENTED
public static void main(String[] args)
throws Exception
args - The command line arguments
Exception - NOT YET DOCUMENTEDprotected static void prtln(String s)
s - NOT YET DOCUMENTED
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||