Class UnmarshallerListener
- java.lang.Object
-
- javax.xml.bind.Unmarshaller.Listener
-
- gov.nasa.pds.harvest.search.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
-
-
Constructor Summary
Constructors Constructor Description UnmarshallerListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 javax.xml.bind.Unmarshaller.Listener
beforeUnmarshal
-
-
-
-
Method Detail
-
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 classUnmarshaller.Listener
-
-