| |
|
| java.lang.Object org.netbeans.modules.xslt.project.CommandlineXsltProjectXmlCatalogProvider
CommandlineXsltProjectXmlCatalogProvider | public class CommandlineXsltProjectXmlCatalogProvider (Code) | | Basic Java class representing the XML Catalog Provider. This class is
used by both in Populate Catalog Wizard and in Ant task for project building.
The reason for creation of this class is to eliminate the netbeans
dependency XMLCatalogProvider has on Project API( FileObject)
author: Sreenivasan Genipudi author: Vitaly Bychkov version: 1.0 |
CommandlineXsltProjectXmlCatalogProvider | CommandlineXsltProjectXmlCatalogProvider()(Code) | | |
getProjectWideCatalog | public URI getProjectWideCatalog()(Code) | | Get the project wide Catalog
Location of Project wide catalog |
getProjectWideCatalogForWizard | public URI getProjectWideCatalogForWizard()(Code) | | |
getRetrieverPath | public String getRetrieverPath()(Code) | | Get the Retriever download location
Get the Retriever download location |
setCatalogXMLPath | public void setCatalogXMLPath(String catalogXMLPath)(Code) | | Set the catalog xml location
Parameters: catalogXMLPath - Catalog XML location |
setSourceDirectory | public void setSourceDirectory(String sourceDir)(Code) | | Set the source directory
Parameters: sourceDir - Source directory |
|
|
|