| |
|
| java.lang.Object com.bostechcorp.cbesb.common.mdl.MDLDocumentFactory
MDLDocumentFactory | public class MDLDocumentFactory (Code) | | Provides methods to retrieve instances of MDLDocument from a file or creating
new empty MDLDocuments. This also allows for caching of loaded instances.
|
Field Summary | |
final protected transient Log | logger |
logger | final protected transient Log logger(Code) | | |
MDLDocumentFactory | public MDLDocumentFactory()(Code) | | |
getMDLDocument | public IMDLDocument getMDLDocument(String docLocation, String currentWorkingDirectory)(Code) | | Get the MDL document.
Parameters: docLocation - String a MDL document. |
getNewMDLDocument | public IMDLDocument getNewMDLDocument()(Code) | | Get a new MDL document.
a MDL document. |
purgeCache | public void purgeCache()(Code) | | purge the cache.
|
setCacheMode | public void setCacheMode(boolean enabled)(Code) | | Set the cache mode.
Parameters: enabled - boolean |
setDocLocationResolver | public void setDocLocationResolver(IDocLocationResolver docLocationResolver)(Code) | | Parameters: docLocationResolver - the docLocationResolver to set |
|
|
|