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 TypeMethodDescriptionboolean
compileSchemaFile
(File dscFile, File pkgDir, String rootObject) boolean
fileChanged
(File fileName) Indicates whether the given fileName has been updatedstatic SchemaManager
void
updateModifiedTime
(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:
NodeStartException
BulkOpException
-