gov.nasa.pds.harvest.policy
Class UnmarshallerListener

java.lang.Object
  extended by javax.xml.bind.Unmarshaller.Listener
      extended by 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

Constructor Summary
UnmarshallerListener()
           
 
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 javax.xml.bind.Unmarshaller.Listener
beforeUnmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnmarshallerListener

public UnmarshallerListener()
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:

Overrides:
afterUnmarshal in class Unmarshaller.Listener


Copyright © 2010–2015 Planetary Data System. All rights reserved.