com.sun.enterprise.tools.classmodel
Class InhabitantsSorter

java.lang.Object
  extended by com.sun.enterprise.tools.classmodel.Constants
      extended by com.sun.enterprise.tools.classmodel.InhabitantsSorter

public class InhabitantsSorter
extends Constants

Provides ability to sort an inhabitants file.

Author:
Jeff Trent

Field Summary
 
Fields inherited from class com.sun.enterprise.tools.classmodel.Constants
PARAM_INHABITANT_SOURCE_FILE, PARAM_INHABITANT_TARGET_FILE, PARAM_INHABITANTS_CLASSPATH, PARAM_INHABITANTS_CLASSPATH_ADVISOR, PARAM_INHABITANTS_SORTED, PARAM_INHABITANTS_SOURCE_FILES
 
Constructor Summary
protected InhabitantsSorter()
           
 
Method Summary
static void main(String[] args)
          Requires Constants.PARAM_INHABITANT_SOURCE_FILE and Constants.PARAM_INHABITANT_TARGET_FILE to be passed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InhabitantsSorter

protected InhabitantsSorter()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Requires Constants.PARAM_INHABITANT_SOURCE_FILE and Constants.PARAM_INHABITANT_TARGET_FILE to be passed.

Parameters:
args - not used
Throws:
Exception


Copyright © 2013 Oracle Corporation. All Rights Reserved.