Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.library.classpath
Class JavadocClasspathAttribute

java.lang.Object
  extended by org.eclipse.mtj.core.library.classpath.JavadocClasspathAttribute

public class JavadocClasspathAttribute
extends Object

A javadoc location classpath attribute that can be persisted with a classpath entry.

Since:
0.9.1

Constructor Summary
JavadocClasspathAttribute(String location)
          Creates a new JavadocClasspathAttribute.
 
Method Summary
 String getName()
          Returns the name of this javadoc location classpath attribute.
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavadocClasspathAttribute

public JavadocClasspathAttribute(String location)
Creates a new JavadocClasspathAttribute.

Parameters:
location - the javadoc location
Method Detail

getName

public String getName()
Returns the name of this javadoc location classpath attribute.

Returns:
always returns IClasspathAttribute#JAVADOC_LOCATION_ATTRIBUTE_NAME.
See Also:
org.eclipse.jdt.core.IClasspathAttribute#getName()

getValue

public String getValue()

Mobile Tools for Java
Release 1.0