Package com.sun.tools.ws.processor.util
Class DirectoryUtil
- java.lang.Object
-
- com.sun.tools.ws.processor.util.DirectoryUtil
-
public class DirectoryUtil extends Object
Util provides static utility methods used by other wscompile classes.- Author:
- WS Development Team
-
-
Constructor Summary
Constructors Constructor Description DirectoryUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FilegetOutputDirectoryFor(String theClass, File rootDir)static StringgetRelativePathfromCommonBase(File file, File base)
-
-
-
Method Detail
-
getOutputDirectoryFor
public static File getOutputDirectoryFor(String theClass, File rootDir) throws GeneratorException
- Throws:
GeneratorException
-
getRelativePathfromCommonBase
public static String getRelativePathfromCommonBase(File file, File base) throws IOException
- Throws:
IOException
-
-