org.archiviststoolkit.importer
Class HandlePhysdescAction

java.lang.Object
  extended by org.archiviststoolkit.importer.HandlePhysdescAction
All Implemented Interfaces:
Action

public class HandlePhysdescAction
extends java.lang.Object
implements Action


Constructor Summary
HandlePhysdescAction()
           
 
Method Summary
 java.util.List getChildren(java.lang.Object element)
           
static void main(java.lang.String[] args)
           
static boolean parseExtentInformation(ArchDescription archDescription, Extent extent)
           
 void processElement(ArchDescription archDescription, java.lang.Object o, InfiniteProgressPanel progressPanel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlePhysdescAction

public HandlePhysdescAction()
Method Detail

processElement

public void processElement(ArchDescription archDescription,
                           java.lang.Object o,
                           InfiniteProgressPanel progressPanel)
Specified by:
processElement in interface Action

parseExtentInformation

public static boolean parseExtentInformation(ArchDescription archDescription,
                                             Extent extent)

main

public static void main(java.lang.String[] args)

getChildren

public java.util.List getChildren(java.lang.Object element)
Specified by:
getChildren in interface Action