public class StaticEntryPointDescriptorGroup extends Object implements EntryPointDescriptorGroup
| Constructor and Description |
|---|
StaticEntryPointDescriptorGroup() |
| Modifier and Type | Method and Description |
|---|---|
Collection<EntryPointDescriptor> |
getDescriptors()
descriptors.
|
String |
getName()
group name.
|
void |
setDescriptors(Collection<EntryPointDescriptor> descriptors) |
void |
setName(String name) |
public Collection<EntryPointDescriptor> getDescriptors()
EntryPointDescriptorGroupgetDescriptors in interface EntryPointDescriptorGrouppublic void setDescriptors(Collection<EntryPointDescriptor> descriptors)
public String getName()
EntryPointDescriptorGroupgetName in interface EntryPointDescriptorGrouppublic void setName(String name)
Copyright © 2019. All rights reserved.