
public interface SystemDependencyType<T> extends Child<T>
systemDependencyType xsd type| Modifier 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 elementSystemDependencyTypeFilterType<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 elementSystemDependencyTypeSystemDependencyType<T> export(Boolean export)
export attributeexport - the value for the attribute exportSystemDependencyTypeBoolean isExport()
export attributeexportSystemDependencyType<T> removeExport()
export attributeSystemDependencyTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.