org.netbeans.modules.java.project/1 1.38.1

org.netbeans.spi.java.project.support.ui
Class EditJarSupport.Item

java.lang.Object
  extended by org.netbeans.spi.java.project.support.ui.EditJarSupport.Item
Enclosing class:
EditJarSupport

public static final class EditJarSupport.Item
extends Object

Simple object holding information used for passing information in and out of the EditJarSupport.showEditDialog method.


Constructor Summary
EditJarSupport.Item()
           
 
Method Summary
 String getJarFile()
          classpath file location, can be relative or absolute path (relative to project basedir)
 String getJavadocFile()
          javadoc file location, can be relative or absolute path (relative to project basedir)
 String getSourceFile()
          source file location, can be relative or absolute path (relative to project basedir)
 void setJarFile(String jarFile)
           
 void setJavadocFile(String javadocFile)
           
 void setSourceFile(String sourceFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditJarSupport.Item

public EditJarSupport.Item()
Method Detail

getJarFile

public String getJarFile()
classpath file location, can be relative or absolute path (relative to project basedir)


setJarFile

public void setJarFile(String jarFile)

getSourceFile

public String getSourceFile()
source file location, can be relative or absolute path (relative to project basedir)


setSourceFile

public void setSourceFile(String sourceFile)

getJavadocFile

public String getJavadocFile()
javadoc file location, can be relative or absolute path (relative to project basedir)


setJavadocFile

public void setJavadocFile(String javadocFile)

org.netbeans.modules.java.project/1 1.38.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.