Interface IFormResource
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
FormResource
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the name of the IFCPlugin that provided this resource.Gets the file key of the resource within the plugin JAR bundle that provided this resource, from the manifest entryPlugin-File-Key.Gets the key of the plugin JAR bundle that provided this resource, from the manifest entryPlugin-Key.byte[]Gets the source that provided this resource.
-
Method Details
-
getResourceType
EFormResourceType getResourceType() -
getPluginKey
String getPluginKey()Gets the key of the plugin JAR bundle that provided this resource, from the manifest entryPlugin-Key.- Returns:
- The key of the plugin that provided this resource.
-
getResourceName
String getResourceName() -
getPluginFileKey
String getPluginFileKey()Gets the file key of the resource within the plugin JAR bundle that provided this resource, from the manifest entryPlugin-File-Key.- Returns:
- The file key of the resource within the plugin JAR bundle that provided this resource.
-
getResourceData
byte[] getResourceData() -
getCacheKey
String getCacheKey() -
getName
String getName()Gets the name of the IFCPlugin that provided this resource.- Returns:
- The name of the IFCPlugin that provided this resource.
-
getSourceType
EFormResourceSourceType getSourceType()Gets the source that provided this resource.- Returns:
- The source that provided this resource.
-