IVirtualArtifactDeploymentPattern pattern = this.findPattern(artifact);
if (pattern == null)
throw new VirtualArtifactDeployerException(this, artifact, "Could not deploy this artifact");
return (DU) pattern.createDeployment(this, artifact);
}
/**
* @param artifact The artifact in question
* @return The first pattern that matches the artifact, or null if none matched