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 TypeMethodDescriptionvoid
addNotAnObject
(String name) void
void
addProperty
(String object, DictionaryItem item) void
getClassification
(String object) org.dcom.core.services.HttpClient
getIfcSubType
(String object) getIfcType
(String object) getName()
getProperties
(String object) getURL()
boolean
isNotObject
(String name) void
removeProperty
(String object, String property) void
saveDictionary
(File file) void
setClassification
(String object, String value) void
setIfcSubType
(String object, String value) void
setIfcType
(String object, String value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getObjects
in interfaceDictionaryService
-
addObject
-
addProperty
-
getProperties
- Specified by:
getProperties
in interfaceDictionaryService
-
removeProperty
-
isNotObject
-
addNotAnObject
-
clearEmptyObjects
public void clearEmptyObjects() -
getIfcType
- Specified by:
getIfcType
in interfaceDictionaryService
-
getIfcSubType
- Specified by:
getIfcSubType
in interfaceDictionaryService
-
getClassification
- Specified by:
getClassification
in interfaceDictionaryService
-
setIfcType
-
setIfcSubType
-
setClassification
-
getClient
public org.dcom.core.services.HttpClient getClient() -
getURL
-
getName
-
getSecurityServiceType
-
getSecurityServiceURI
-
getCertificate
-
getSecurityService
-