Method Summary |
|
public void | addPropertyChangeListener(PropertyChangeListener listener) |
public Class<ProjectLibraryArea> | areaType() |
public void | configurationXmlChanged(AntProjectEvent ev) |
public static Library | copyLibrary(Library lib, URL location, boolean generateLibraryUniqueName) Used from
org.netbeans.spi.project.support.ant.ReferenceHelper . |
public ProjectLibraryArea | createArea() |
public static Element | createLibrariesElement(Document doc, String location) Create element for shared libraries to store in project.xml. |
public ProjectLibraryImplementation | createLibrary(String type, String name, ProjectLibraryArea area, Map<String, List<URL>> contents) |
public static PropertyProvider | createPropertyProvider(AntProjectHelper helper) Used from
AntProjectHelper.getProjectLibrariesPropertyProvider . |
public synchronized LP | getLibraries(ProjectLibraryArea area) |
public static File | getLibrariesLocation(AuxiliaryConfiguration aux, File projectFolder) |
public static String | getLibrariesLocationText(AuxiliaryConfiguration aux) Returns libraries location as text. |
public Set<ProjectLibraryArea> | getOpenAreas() |
public static LibraryManager | getProjectLibraryManager(AntProjectHelper helper) Used from
ReferenceHelper.getProjectLibraryManager . |
public static List<String> | getUnsharablePathsWithinProject(AntProjectHelper helper) Used from
org.netbeans.spi.project.support.ant.SharabilityQueryImpl . |
public static boolean | isReachableLibrary(Library library, AntProjectHelper helper) Is this library reachable from this project? Returns true if given library
is defined in libraries location associated with this project. |
public Class<ProjectLibraryImplementation> | libraryType() |
public ProjectLibraryArea | loadArea(URL location) |
public void | propertiesChanged(AntProjectEvent ev) |
public void | propertyChange(PropertyChangeEvent ev) |
public void | remove(ProjectLibraryImplementation pli) |
public void | removePropertyChangeListener(PropertyChangeListener listener) |
public static void | setLibrariesLocation(AntProjectHelper helper, String librariesDefinition) Stores given libraries location in given project. |
public String | toString() |