Package org.jboss.galleon.cli.cmd
Interface FPLocationParser.FPLocationCompletionConsumer
-
- Enclosing class:
- FPLocationParser
public static interface FPLocationParser.FPLocationCompletionConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcompleteBuild(FPLocationParser.ParsedFPLocation parsedLocation, java.lang.String build)voidcompleteChannel(FPLocationParser.ParsedFPLocation parsedLocation, java.lang.String channel)voidcompleteChannelSeparator(FPLocationParser.ParsedFPLocation parsedLocation)voidcompleteFrequency(FPLocationParser.ParsedFPLocation parsedLocation, java.lang.String frequency)voidcompleteProducer(java.lang.String producer)voidcompleteUniverse(FPLocationParser.ParsedFPLocation parsedLocation, java.lang.String universeFactory)voidcompleteUniverseLocation(FPLocationParser.ParsedFPLocation parsedLocation, java.lang.String universeLocation)
-
-
-
Method Detail
-
completeProducer
void completeProducer(java.lang.String producer) throws FPLocationParserException, org.jboss.galleon.ProvisioningException- Throws:
FPLocationParserExceptionorg.jboss.galleon.ProvisioningException
-
completeUniverse
void completeUniverse(FPLocationParser.ParsedFPLocation parsedLocation, java.lang.String universeFactory) throws FPLocationParserException, org.jboss.galleon.ProvisioningException
- Throws:
FPLocationParserExceptionorg.jboss.galleon.ProvisioningException
-
completeUniverseLocation
void completeUniverseLocation(FPLocationParser.ParsedFPLocation parsedLocation, java.lang.String universeLocation) throws FPLocationParserException, org.jboss.galleon.ProvisioningException
- Throws:
FPLocationParserExceptionorg.jboss.galleon.ProvisioningException
-
completeChannel
void completeChannel(FPLocationParser.ParsedFPLocation parsedLocation, java.lang.String channel) throws FPLocationParserException, org.jboss.galleon.ProvisioningException
- Throws:
FPLocationParserExceptionorg.jboss.galleon.ProvisioningException
-
completeFrequency
void completeFrequency(FPLocationParser.ParsedFPLocation parsedLocation, java.lang.String frequency) throws FPLocationParserException, org.jboss.galleon.ProvisioningException
- Throws:
FPLocationParserExceptionorg.jboss.galleon.ProvisioningException
-
completeChannelSeparator
void completeChannelSeparator(FPLocationParser.ParsedFPLocation parsedLocation) throws FPLocationParserException, org.jboss.galleon.ProvisioningException
- Throws:
FPLocationParserExceptionorg.jboss.galleon.ProvisioningException
-
completeBuild
void completeBuild(FPLocationParser.ParsedFPLocation parsedLocation, java.lang.String build) throws FPLocationParserException, org.jboss.galleon.ProvisioningException
- Throws:
FPLocationParserExceptionorg.jboss.galleon.ProvisioningException
-
-