org.apache.ivy.core.module.descriptor
public class MDArtifact extends AbstractArtifact
Constructor Summary | |
---|---|
MDArtifact(ModuleDescriptor md, String name, String type, String ext) | |
MDArtifact(ModuleDescriptor md, String name, String type, String ext, boolean isMetadata) | |
MDArtifact(ModuleDescriptor md, String name, String type, String ext, URL url, Map extraAttributes) |
Method Summary | |
---|---|
void | addConfiguration(String conf) |
String[] | getConfigurations() |
String | getExt() |
ArtifactRevisionId | getId() |
ModuleRevisionId | getModuleRevisionId() |
String | getName() |
Date | getPublicationDate() |
String | getType() |
URL | getUrl() |
boolean | isMetadata() |
static Artifact | newIvyArtifact(ModuleDescriptor md) |