|
org.netbeans.modules.java.project/1 1.38.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.spi.java.project.support.ui.EditJarSupport.Item
public static final class EditJarSupport.Item
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 |
---|
public EditJarSupport.Item()
Method Detail |
---|
public String getJarFile()
public void setJarFile(String jarFile)
public String getSourceFile()
public void setSourceFile(String sourceFile)
public String getJavadocFile()
public void setJavadocFile(String javadocFile)
|
org.netbeans.modules.java.project/1 1.38.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |