Package com.nt.udc.ei.node.sol42
Class SchemaManager
java.lang.Object
com.nt.udc.ei.node.sol42.SchemaManager
- Since:
- release specific (what release of product did this appear in)
-
Method Summary
Modifier and TypeMethodDescriptionbooleancompileSchemaFile(File dscFile, File pkgDir, String rootObject) booleanfileChanged(File fileName) Indicates whether the given fileName has been updatedstatic SchemaManagervoidupdateModifiedTime(String fileName) Updates the lastModified time of the given file in theschemaTable
-
Method Details
-
getInstance
- Throws:
IOException
-
fileChanged
Indicates whether the given fileName has been updated -
updateModifiedTime
Updates the lastModified time of the given file in theschemaTable- Throws:
IOException
-
compileSchemaFile
public boolean compileSchemaFile(File dscFile, File pkgDir, String rootObject) throws BulkOpException - Throws:
NodeStartExceptionBulkOpException
-