data class LocalFileItem
Class for the configuration of a file item for installation from the local file system. The target path is a relative path for the installed component.
LocalFileItem(file: File, targetPath: String, classifier: String = "", types: MutableSet<String> = mutableSetOf())
initialize a preconfigured local file item. |
val classifier: String
for the configuration of the target OS. The default value is an empty string. |
|
var contentType: String
The content type of this file item. The default value is 'IMMUTABLE'. |
|
val file: File
File instance in the local file system. |
|
val targetPath: String
relative target for the file |
|
val types: MutableSet<String>
for the environment configuration. The default value is an empty set. |
|
var updatable: Boolean
The update configuration of this file. The default value is true. |