public abstract class AbstractFindTargets extends AbstractValidationRule
Constructor and Description |
---|
AbstractFindTargets() |
Modifier and Type | Method and Description |
---|---|
void |
findTargets() |
abstract void |
handleDirectory(URL dir,
TargetRegistrar registrar) |
abstract void |
handleFile(URL f,
TargetRegistrar registrar) |
boolean |
isApplicable(String location)
Tests whether a rule is applicable to a target location.
|
execute, getCaption, getChildContext, getContext, getListener, getParentTarget, getRegistrar, getTarget, reportError, reportError, setCaption
public boolean isApplicable(String location)
AbstractValidationRule
isApplicable
in interface ValidationRule
isApplicable
in class AbstractValidationRule
location
- the target location@ValidationTest public void findTargets()
public abstract void handleDirectory(URL dir, TargetRegistrar registrar)
public abstract void handleFile(URL f, TargetRegistrar registrar)
Copyright © 2010–2018 Planetary Data System. All rights reserved.