Package org.jboss.galleon.cli.cmd
Class FPLocationParser
- java.lang.Object
-
- org.jboss.galleon.cli.cmd.FPLocationParser
-
public class FPLocationParser extends java.lang.Object- Author:
- jdenise@redhat.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFPLocationParser.FPLocationCompletionConsumerstatic classFPLocationParser.ParsedFPLocation
-
Constructor Summary
Constructors Constructor Description FPLocationParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FPLocationParser.ParsedFPLocationparse(java.lang.String location, FPLocationParser.FPLocationCompletionConsumer consumer)
-
-
-
Method Detail
-
parse
public static FPLocationParser.ParsedFPLocation parse(java.lang.String location, FPLocationParser.FPLocationCompletionConsumer consumer) throws FPLocationParserException, org.jboss.galleon.ProvisioningException
- Throws:
FPLocationParserExceptionorg.jboss.galleon.ProvisioningException
-
-