| Package | Description |
|---|---|
| com.h3c.sdn.artifact |
Definitions of the domain model pertaining to the OSGi Artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
static ArtifactType |
ArtifactType.getByFileName(String fileName)
Find the ArtifactType enumeration represented by the supplied file
name.
|
static ArtifactType |
ArtifactType.getByTypeId(String typeId)
Find the ArtifactType enumeration represented by the supplied
parameter.
|
ArtifactType |
ManagedArtifact.getType()
Returns the
ArtifactType associated with this managed artifact. |
static ArtifactType |
ArtifactType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactType[] |
ArtifactType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ManagedArtifact(String name,
ArtifactType type,
String artifactVersion,
String uriPath,
Date time)
Construct the Managed Artifact.
|
ManagedArtifact(String uid,
String name,
ArtifactType type,
String artifactVersion,
String uriPath,
Date time)
Construct the Managed Artifact with a unique identification.
|
Copyright © 2014. All Rights Reserved.