net.ripe.rpki.commons.validation
Class ValidationLocation

java.lang.Object
  extended by net.ripe.rpki.commons.util.EqualsSupport
      extended by net.ripe.rpki.commons.validation.ValidationLocation
All Implemented Interfaces:
Serializable

public class ValidationLocation
extends EqualsSupport
implements Serializable

The validation location key that is used to associate validation checks with a specific object or step. Typically the URI is used as the key.

See Also:
Serialized Form

Constructor Summary
ValidationLocation(String name)
           
ValidationLocation(URI objectUri)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class net.ripe.rpki.commons.util.EqualsSupport
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationLocation

public ValidationLocation(String name)

ValidationLocation

public ValidationLocation(URI objectUri)
Method Detail

getName

public String getName()


Copyright © 2008-2012 RIPE NCC, the Netherlands. All Rights Reserved.