public static class ClassPathSupport.Item extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_ARTIFACT |
static int |
TYPE_CLASSPATH |
static int |
TYPE_JAR |
static int |
TYPE_LIBRARY |
public static final int TYPE_JAR
public static final int TYPE_LIBRARY
public static final int TYPE_ARTIFACT
public static final int TYPE_CLASSPATH
public static ClassPathSupport.Item create(Library library, String property)
public static ClassPathSupport.Item create(AntArtifact artifact, URI artifactURI, String property)
public static ClassPathSupport.Item create(String filePath, File base, String property, String variableBasedProperty)
public static ClassPathSupport.Item create(String property)
public static ClassPathSupport.Item createBroken(int type, String property)
public static ClassPathSupport.Item createBroken(String filePath, File base, String property)
public int getType()
public Library getLibrary()
public File getResolvedFile()
public String getFilePath()
public String getVariableBasedProperty()
public AntArtifact getArtifact()
public URI getArtifactURI()
public void reassignLibraryManager(LibraryManager newManager)
public String getReference()
public void setReference(String property)
public boolean canEdit()
public String getSourceFilePath()
public String getJavadocFilePath()
public void setJavadocFilePath(String javadoc)
public void setSourceFilePath(String source)
public boolean isBroken()
public void initSourceAndJavadoc(AntProjectHelper helper)
public void saveSourceAndJavadoc(ReferenceHelper referenceHelper, UpdateHelper updateHelper)
public void removeSourceAndJavadoc(UpdateHelper updateHelper)
public void updateJarReference(AntProjectHelper helper)
Built on May 22 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.