org.gcube.vremanagement.resourcemanager.impl.brokerage.servicebroker
Class PlanParser
java.lang.Object
org.gcube.vremanagement.resourcemanager.impl.brokerage.servicebroker.PlanParser
public final class PlanParser
- extends Object
Parser for deployment plans. It uses the Serialization API provided by the Broker Service
- Author:
- Manuele Simi (ISTI-CNR)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlanParser
public PlanParser()
parse
public static void parse(String plan,
Set<ScopedDeployedSoftware> services,
ScopeState scopeState)
throws IOException
- Parses the current plan and assigns gHNs to services
- Parameters:
plan - the plan returned by the Brokerservices - the services to deployscope - the current scope
- Throws:
IOException
Copyright © 2013. All Rights Reserved.