public interface SystemDependencyType<T> extends Child<T>
systemDependencyType
xsd typeModifier and Type | Method and Description |
---|---|
SystemDependencyType<T> |
export(Boolean export)
Sets the
export attribute |
FilterType<SystemDependencyType<T>> |
getOrCreateExports()
If not already created, a new
exports element with the given value will be created. |
PathSetType<SystemDependencyType<T>> |
getOrCreatePaths()
If not already created, a new
paths element with the given value will be created. |
Boolean |
isExport()
Returns the
export attribute |
SystemDependencyType<T> |
removeExport()
Removes the
export attribute |
SystemDependencyType<T> |
removeExports()
Removes the
exports element |
SystemDependencyType<T> |
removePaths()
Removes the
paths element |
PathSetType<SystemDependencyType<T>> getOrCreatePaths()
paths
element with the given value will be created.
Otherwise, the existing paths
element will be returned.PathSetType>
SystemDependencyType<T> removePaths()
paths
elementSystemDependencyType
FilterType<SystemDependencyType<T>> getOrCreateExports()
exports
element with the given value will be created.
Otherwise, the existing exports
element will be returned.FilterType>
SystemDependencyType<T> removeExports()
exports
elementSystemDependencyType
SystemDependencyType<T> export(Boolean export)
export
attributeexport
- the value for the attribute export
SystemDependencyType
Boolean isExport()
export
attributeexport
SystemDependencyType<T> removeExport()
export
attributeSystemDependencyType
Copyright © 2020 JBoss by Red Hat. All rights reserved.