public class InfrastructureManagerFactory extends Object
Constructor and Description |
---|
InfrastructureManagerFactory() |
Modifier and Type | Method and Description |
---|---|
static InfrastructureManager |
create(NodeSourceDescriptor nodeSourceDescriptor)
Creates new infrastructure manager using reflection mechanism.
|
static Collection<Class<?>> |
getSupportedInfrastructures()
Load the list of supported infrastructures
|
static Collection<String> |
getSupportedInfrastructuresName()
Get a list of supported infrastructures name from a configuration file
|
static InfrastructureManager |
recover(NodeSourceDescriptor nodeSourceDescriptor)
Creates a new infrastructure manager and recovers its state thanks to
the variables contained in the nodeSourceDescriptor.
|
public static InfrastructureManager create(NodeSourceDescriptor nodeSourceDescriptor)
public static InfrastructureManager recover(NodeSourceDescriptor nodeSourceDescriptor)
nodeSourceDescriptor
- the persisted information about the node sourcepublic static Collection<String> getSupportedInfrastructuresName()
public static Collection<Class<?>> getSupportedInfrastructures()