public interface Configurable<DESCRIPTOR>
Facet
s that supports configuration descriptorsModifier and Type | Method and Description |
---|---|
DESCRIPTOR |
getConfig()
Return the
Descriptor of the specification for which this facet represents. |
FileResource<?> |
getConfigFile()
Returns the
FileResource of the descriptor |
void |
saveConfig(DESCRIPTOR descriptor)
Persists the current
Descriptor |
DESCRIPTOR getConfig()
Descriptor
of the specification for which this facet represents.FileResource<?> getConfigFile()
FileResource
of the descriptorvoid saveConfig(DESCRIPTOR descriptor)
Descriptor
Copyright © 2015 JBoss by Red Hat. All rights reserved.