public interface IGearGroup
Modifier and Type | Method and Description |
---|---|
Collection<ICartridge> |
getCartridges()
Returns the cartridges in this gear group resource
|
Collection<IGear> |
getGears()
Returns the gears in this gear group resource
|
String |
getName()
Returns the name of this gear groups
|
String |
getUUID()
Returns the uuid of this gear groups.
|
String getUUID()
String getName()
Collection<IGear> getGears()
Collection<ICartridge> getCartridges()
Copyright © 2013 JBoss by Red Hat. All rights reserved.