Class VpnDecorator
- java.lang.Object
-
- technology.dice.dicewhere.decorator.Decorator<VpnDecoratorInformation>
-
- technology.dice.dicewhere.decorator.VpnDecorator
-
public class VpnDecorator extends Decorator<VpnDecoratorInformation>
Implementation of Decorator that marks all IpInformation ranges as VPN if they are within the provided DBs
-
-
Constructor Summary
Constructors Constructor Description VpnDecorator(Collection<DecoratorDbReader<VpnDecoratorInformation>> databaseReaders, DecorationStrategy decorationStrategy)
-
-
-
Constructor Detail
-
VpnDecorator
public VpnDecorator(Collection<DecoratorDbReader<VpnDecoratorInformation>> databaseReaders, DecorationStrategy decorationStrategy)
-
-