gov.nasa.pds.harvest.policy
Class UnmarshallerListener
java.lang.Object
javax.xml.bind.Unmarshaller.Listener
gov.nasa.pds.harvest.policy.UnmarshallerListener
public class UnmarshallerListener
- extends Unmarshaller.Listener
Listener class that is used during the unmarshalling process
to resolve environment variables that might be defined within a Policy
file.
- Author:
- mcayanan
Method Summary |
void |
afterUnmarshal(Object target,
Object parent)
Resolves environment variables that could be found in one of
the following elements in the policy file:
path within a Directory or Pds3Directory Element
manifest within a Checksum Element
file within a Collection Element
offset within an AccessUrl Element
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnmarshallerListener
public UnmarshallerListener()
afterUnmarshal
public void afterUnmarshal(Object target,
Object parent)
- Resolves environment variables that could be found in one of
the following elements in the policy file:
- path within a Directory or Pds3Directory Element
- manifest within a Checksum Element
- file within a Collection Element
- offset within an AccessUrl Element
- Overrides:
afterUnmarshal
in class Unmarshaller.Listener
Copyright © 2010–2014 Planetary Data System. All rights reserved.