public class POPNetworkDescriptorFinder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
POPNetworkDescriptor[] |
all()
All available descriptors
|
POPNetworkDescriptor |
find(java.lang.String globalName)
Find a descriptor based on its global name.
|
static POPNetworkDescriptorFinder |
getInstance() |
void |
register(POPNetworkDescriptor descriptor)
Add a new descriptor description
|
public void register(POPNetworkDescriptor descriptor)
descriptor - a new descriptor to addpublic static POPNetworkDescriptorFinder getInstance()
public POPNetworkDescriptor find(java.lang.String globalName)
globalName - the global name of the descriptorpublic POPNetworkDescriptor[] all()