com.sun.enterprise.tools.classmodel
Class Utilities

java.lang.Object
  extended by com.sun.enterprise.tools.classmodel.Utilities

public class Utilities
extends Object

Utilities

Author:
Jeff Trent

Constructor Summary
Utilities()
           
 
Method Summary
static String sortInhabitantsDescriptor(String in, boolean innerSort)
          Sorts all of the lines in an inhabitants descriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utilities

public Utilities()
Method Detail

sortInhabitantsDescriptor

public static String sortInhabitantsDescriptor(String in,
                                               boolean innerSort)
Sorts all of the lines in an inhabitants descriptor

Parameters:
in - the input string
innerSort - true if each line in the inhabitants file is sorted as well
Returns:
the sorted output string


Copyright © 2013 Oracle Corporation. All Rights Reserved.