public class

Util

extends Object
implements Constants
java.lang.Object
   ↳ sun.rmi.rmic.Util

Class Overview

Util provides static utility methods used by other rmic classes. WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.

Summary

[Expand]
Inherited Constants
From interface sun.tools.java.Constants
From interface sun.tools.java.RuntimeConstants
[Expand]
Inherited Fields
From interface sun.rmi.rmic.Constants
From interface sun.tools.java.Constants
From interface sun.tools.java.RuntimeConstants
Public Constructors
Util()
Public Methods
static File getOutputDirectoryFor(Identifier theClass, File rootDir, BatchEnvironment env)
Return the directory that should be used for output for a given class.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Util ()

Public Methods

public static File getOutputDirectoryFor (Identifier theClass, File rootDir, BatchEnvironment env)

Return the directory that should be used for output for a given class.

Parameters
theClass The fully qualified name of the class.
rootDir The directory to use as the root of the package heirarchy. May be null, in which case the current working directory is used as the root.