public class LibraryArtifact extends Object implements SynapseArtifact
Modifier and Type | Class and Description |
---|---|
static class |
LibraryArtifact.Dependency |
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
name |
protected String |
type |
Constructor and Description |
---|
LibraryArtifact(String name) |
Modifier and Type | Method and Description |
---|---|
void |
addSubArtifact(LibraryArtifact artifact) |
String |
getDescription()
Retrieves the description of the artifact
|
String |
getName() |
String |
getType() |
boolean |
isLeafArtifact() |
void |
loadComponentsInto(SynapseLibrary library) |
void |
setDescription(String description)
Set the description of the artifact
|
void |
setParent(LibraryArtifact parent) |
void |
setPath(String path) |
void |
setType(String type) |
void |
setupFile(String filename) |
String |
toString() |
protected String name
protected String type
protected String description
public LibraryArtifact(String name)
public void setupFile(String filename)
public void addSubArtifact(LibraryArtifact artifact)
public String getName()
public boolean isLeafArtifact()
public void loadComponentsInto(SynapseLibrary library)
public void setPath(String path)
public String getType()
public void setType(String type)
public void setParent(LibraryArtifact parent)
public void setDescription(String description)
SynapseArtifact
setDescription
in interface SynapseArtifact
description
- tobe set to the artifactpublic String getDescription()
SynapseArtifact
getDescription
in interface SynapseArtifact
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.