@Named @Singleton public class DefaultArtifactFactory extends Object implements ArtifactFactory
Constructor and Description |
---|
DefaultArtifactFactory() |
Modifier and Type | Method and Description |
---|---|
Artifact |
create(ArtifactFactoryRequest request)
Creates an artifact.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, create
public Artifact create(@Nonnull ArtifactFactoryRequest request)
ArtifactFactory
create
in interface ArtifactFactory
request
- the request holding artifact creation parametersArtifact
, never null
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.