Package uk.num.numlib.util
Interface LookupGenerator
-
- All Known Implementing Classes:
BaseLookupGenerator,DomainLookupGenerator,EmailLookupGenerator,URLLookupGenerator
public interface LookupGenerator
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLookupGenerator.NumUriComponentsstatic classLookupGenerator.TrailingDot
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetHostedLocation(int moduleId)java.lang.StringgetIndependentLocation(int moduleId)java.lang.StringgetPopulatorLocation(int moduleId)java.lang.StringgetRootHostedLocation(int moduleId)java.lang.StringgetRootHostedLocationNoModuleNumber(LookupGenerator.TrailingDot addTrailingDot)java.lang.StringgetRootIndependentLocation(int moduleId)java.lang.StringgetRootIndependentLocationNoModuleNumber(LookupGenerator.TrailingDot addTrailingDot)booleanisDomainRoot()
-
-
-
Method Detail
-
getIndependentLocation
java.lang.String getIndependentLocation(int moduleId) throws NumInvalidParameterException- Throws:
NumInvalidParameterException
-
getHostedLocation
java.lang.String getHostedLocation(int moduleId) throws NumInvalidParameterException- Throws:
NumInvalidParameterException
-
isDomainRoot
boolean isDomainRoot()
-
getPopulatorLocation
java.lang.String getPopulatorLocation(int moduleId) throws NumInvalidParameterException- Throws:
NumInvalidParameterException
-
getRootIndependentLocation
java.lang.String getRootIndependentLocation(int moduleId) throws NumInvalidParameterException- Throws:
NumInvalidParameterException
-
getRootHostedLocation
java.lang.String getRootHostedLocation(int moduleId) throws NumInvalidParameterException- Throws:
NumInvalidParameterException
-
getRootIndependentLocationNoModuleNumber
java.lang.String getRootIndependentLocationNoModuleNumber(LookupGenerator.TrailingDot addTrailingDot)
-
getRootHostedLocationNoModuleNumber
java.lang.String getRootHostedLocationNoModuleNumber(LookupGenerator.TrailingDot addTrailingDot)
-
-