public static interface FPLocationParser.FPLocationCompletionConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
completeBuild(FPLocationParser.ParsedFPLocation parsedLocation,
String build) |
void |
completeChannel(FPLocationParser.ParsedFPLocation parsedLocation,
String channel) |
void |
completeChannelSeparator(FPLocationParser.ParsedFPLocation parsedLocation) |
void |
completeFrequency(FPLocationParser.ParsedFPLocation parsedLocation,
String frequency) |
void |
completeProducer(String producer) |
void |
completeUniverse(FPLocationParser.ParsedFPLocation parsedLocation,
String universeFactory) |
void |
completeUniverseLocation(FPLocationParser.ParsedFPLocation parsedLocation,
String universeLocation) |
void completeProducer(String producer) throws FPLocationParserException, ProvisioningException
void completeUniverse(FPLocationParser.ParsedFPLocation parsedLocation, String universeFactory) throws FPLocationParserException, ProvisioningException
void completeUniverseLocation(FPLocationParser.ParsedFPLocation parsedLocation, String universeLocation) throws FPLocationParserException, ProvisioningException
void completeChannel(FPLocationParser.ParsedFPLocation parsedLocation, String channel) throws FPLocationParserException, ProvisioningException
void completeFrequency(FPLocationParser.ParsedFPLocation parsedLocation, String frequency) throws FPLocationParserException, ProvisioningException
void completeChannelSeparator(FPLocationParser.ParsedFPLocation parsedLocation) throws FPLocationParserException, ProvisioningException
void completeBuild(FPLocationParser.ParsedFPLocation parsedLocation, String build) throws FPLocationParserException, ProvisioningException
Copyright © 2016–2018 JBoss by Red Hat. All rights reserved.