Package org.dcom.core.services
Class FileDictionaryService
java.lang.Object
org.dcom.core.services.FileDictionaryService
- All Implemented Interfaces:
DictionaryService
The templater specific implementation of the DictionaryService Interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNotAnObject(String name) voidvoidaddProperty(String object, DictionaryItem item) voidgetClassification(String object) org.dcom.core.services.HttpClientgetIfcSubType(String object) getIfcType(String object) getName()getProperties(String object) getURL()booleanisNotObject(String name) voidremoveProperty(String object, String property) voidsaveDictionary(File file) voidsetClassification(String object, String value) voidsetIfcSubType(String object, String value) voidsetIfcType(String object, String value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.dcom.core.services.DictionaryService
containsObject, getObjectFromProperty, getProperties, getProperty, getProperty
-
Constructor Details
-
FileDictionaryService
public FileDictionaryService() -
FileDictionaryService
- Throws:
IOException
-
-
Method Details
-
saveDictionary
- Throws:
IOException
-
getObjects
- Specified by:
getObjectsin interfaceDictionaryService
-
addObject
-
addProperty
-
getProperties
- Specified by:
getPropertiesin interfaceDictionaryService
-
removeProperty
-
isNotObject
-
addNotAnObject
-
clearEmptyObjects
public void clearEmptyObjects() -
getIfcType
- Specified by:
getIfcTypein interfaceDictionaryService
-
getIfcSubType
- Specified by:
getIfcSubTypein interfaceDictionaryService
-
getClassification
- Specified by:
getClassificationin interfaceDictionaryService
-
setIfcType
-
setIfcSubType
-
setClassification
-
getClient
public org.dcom.core.services.HttpClient getClient() -
getURL
-
getName
-
getSecurityServiceType
-
getSecurityServiceURI
-
getCertificate
-
getSecurityService
-