public class SmartConnectorGeneratedSources extends Object
| Constructor and Description |
|---|
SmartConnectorGeneratedSources(Path outputDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCatalogSchema(Path catalogSchema) |
void |
addComplementaryXmlSchema(Path complementaryXmlSchema) |
Path |
getArtifact() |
Path |
getCatalog() |
List<Path> |
getDistinctCatalogSchemas() |
List<Path> |
getDistinctComplementaryXmlSchemas() |
Path |
getIcon() |
Path |
getModule() |
Path |
getOutputDir() |
Path |
getPom() |
void |
setArtifact(Path artifact) |
void |
setCatalog(Path catalog) |
void |
setCatalogSchemas(List<Path> catalogSchemas) |
void |
setIcon(Path icon) |
void |
setModule(Path module) |
void |
setOutputDir(Path outputDir) |
void |
setPom(Path pom) |
public SmartConnectorGeneratedSources(Path outputDir)
public Path getOutputDir()
public void setOutputDir(Path outputDir)
public Path getPom()
public void setPom(Path pom)
public Path getCatalog()
public void setCatalog(Path catalog)
public Path getModule()
public void setModule(Path module)
public Path getArtifact()
public void setArtifact(Path artifact)
public Path getIcon()
public void setIcon(Path icon)
public void addCatalogSchema(Path catalogSchema)
public void addComplementaryXmlSchema(Path complementaryXmlSchema)
Copyright © 2022. All rights reserved.