API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.tools. StandardLocation View Source
Author(s)
Peter von der Ahé
Since
1.6
Version
Serial
Hierarchy
 Object
      Enum
          StandardLocation
Implements
 JavaFileManager.Location
Subclasses
Description
publicfinal enum StandardLocation
  Standard locations of file objects.
See also:   
Enum Constants
CLASS_OUTPUT
Location of new class files.
SOURCE_OUTPUT
Location of new source files.
CLASS_PATH
Location to search for user class files.
SOURCE_PATH
Location to search for existing source files.
ANNOTATION_PROCESSOR_PATH
Location to search for annotation processors.
PLATFORM_CLASS_PATH
  Location to search for platform classes.
Methods
Hide/Show inherited methods
protectedfinal Object clone () throws CloneNotSupportedException [Inherited From Enum]
  Throws CloneNotSupportedException.
publicfinal int compareTo ( E o) [Inherited From Enum]
  Compares this enum with the specified object for order.
publicfinal boolean equals (Object other) [Inherited From Enum]
  Returns true if the specified object is equal to this enum constant.
protectedfinal void finalize () [Inherited From Enum]
enum classes cannot have finalize methods.
publicfinal Class< E> getDeclaringClass () [Inherited From Enum]
  Returns the Class object corresponding to this enum constant's enum type.
public String getName () [Specified in JavaFileManager.Location]
publicfinal int hashCode () [Inherited From Enum]
  Returns a hash code for this enum constant.
public boolean isOutputLocation () [Specified in JavaFileManager.Location]
publicstatic Location locationFor (String name)
  Gets a location object with the given name.
publicfinal String name () [Inherited From Enum]
  Returns the name of this enum constant, exactly as declared in its enum declaration.
publicfinal int ordinal () [Inherited From Enum]
  Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero).
public String toString () [Inherited From Enum]
  Returns the name of this enum constant, as contained in the declaration.
publicstatic T valueOf (Class< T> enumType, String name) [Inherited From Enum]
  Returns the enum constant of the specified enum type with the specified name.
publicstatic StandardLocation valueOf (String name)
publicfinalstatic StandardLocation values ()
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar