Uses of Class
technology.dice.dicewhere.decorator.Decorator
-
-
Uses of Decorator in technology.dice.dicewhere.building.navigablemap
Methods in technology.dice.dicewhere.building.navigablemap that return types with arguments of type Decorator Modifier and Type Method Description protected Optional<Decorator<? extends DecoratorInformation>>MapDbDatabaseBuilder. getDecorator()Constructors in technology.dice.dicewhere.building.navigablemap with parameters of type Decorator Constructor Description MapDbDatabaseBuilder(MapDbDatabaseBuilder.StorageMode storageMode, ProviderKey provider, BlockingQueue<SerializedLine> source, DatabaseBuilderListener listener, Decorator<? extends DecoratorInformation> decorator)MapDbDatabaseBuilder(ProviderKey provider, BlockingQueue<SerializedLine> source, DatabaseBuilderListener listener, Decorator<? extends DecoratorInformation> decorator) -
Uses of Decorator in technology.dice.dicewhere.decorator
Subclasses of Decorator in technology.dice.dicewhere.decorator Modifier and Type Class Description classVpnDecoratorImplementation of Decorator that marks all IpInformation ranges as VPN if they are within the provided DBs -
Uses of Decorator in technology.dice.dicewhere.parsing
Methods in technology.dice.dicewhere.parsing that return types with arguments of type Decorator Modifier and Type Method Description abstract Optional<Decorator<? extends DecoratorInformation>>LineParser. getDecorator() -
Uses of Decorator in technology.dice.dicewhere.provider.dbip.parsing
Methods in technology.dice.dicewhere.provider.dbip.parsing that return types with arguments of type Decorator Modifier and Type Method Description Optional<Decorator<? extends DecoratorInformation>>DbIpIpToCityLiteCSVLineParser. getDecorator()Optional<Decorator<? extends DecoratorInformation>>DbIpIpToCountryLiteCSVLineParser. getDecorator()Optional<Decorator<? extends DecoratorInformation>>DbIpIpToLocationAndIspCSVLineParser. getDecorator()Constructors in technology.dice.dicewhere.provider.dbip.parsing with parameters of type Decorator Constructor Description DbIpIpToCityLiteCSVLineParser(Decorator<? extends DecoratorInformation> decorator)DbIpIpToCountryLiteCSVLineParser(Decorator<? extends DecoratorInformation> decorator)DbIpIpToLocationAndIspCSVLineParser(Decorator<? extends DecoratorInformation> decorator) -
Uses of Decorator in technology.dice.dicewhere.provider.dbip.reading
Methods in technology.dice.dicewhere.provider.dbip.reading with parameters of type Decorator Modifier and Type Method Description LineParserDbIpCityLiteLineReader. buildLineParser(Decorator<? extends DecoratorInformation> decorator)LineParserDbIpCountryLiteLineReader. buildLineParser(Decorator<? extends DecoratorInformation> decorator)abstract LineParserDbIpLineReader. buildLineParser(Decorator<? extends DecoratorInformation> decorator)LineParserDbIpLocationAndIspLineReader. buildLineParser(Decorator<? extends DecoratorInformation> decorator) -
Uses of Decorator in technology.dice.dicewhere.provider.maxmind.parsing
Methods in technology.dice.dicewhere.provider.maxmind.parsing that return types with arguments of type Decorator Modifier and Type Method Description Optional<Decorator<? extends DecoratorInformation>>MaxmindLineParser. getDecorator()Constructors in technology.dice.dicewhere.provider.maxmind.parsing with parameters of type Decorator Constructor Description MaxmindLineParser(Map<String,MaxmindLocation> locationDictionary, Decorator<? extends DecoratorInformation> decorator) -
Uses of Decorator in technology.dice.dicewhere.provider.maxmind.reading
Constructors in technology.dice.dicewhere.provider.maxmind.reading with parameters of type Decorator Constructor Description MaxmindDbReader(Path locationNames, Path ipV4CSV, Path ipV6CSV, Decorator<? extends DecoratorInformation> decorator)MaxmindDbReader(Path locationNames, Path ipV4CSV, Path ipV6CSV, Decorator<? extends DecoratorInformation> decorator, MapDbDatabaseBuilder.StorageMode storageMode)
-