org.apache.maven.artifact.handler
Class DefaultArtifactHandler
java.lang.Object
org.apache.maven.artifact.handler.DefaultArtifactHandler
- All Implemented Interfaces:
- ArtifactHandler
public class DefaultArtifactHandler
- extends Object
- implements ArtifactHandler
- Version:
- $Id: DefaultArtifactHandler.java 640549 2008-03-24 20:05:11Z bentmann $
- Author:
- Brett Porter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultArtifactHandler
public DefaultArtifactHandler()
DefaultArtifactHandler
public DefaultArtifactHandler(String type)
getExtension
public String getExtension()
- Specified by:
getExtension
in interface ArtifactHandler
getType
public String getType()
getClassifier
public String getClassifier()
- Specified by:
getClassifier
in interface ArtifactHandler
getDirectory
public String getDirectory()
- Specified by:
getDirectory
in interface ArtifactHandler
getPackaging
public String getPackaging()
- Specified by:
getPackaging
in interface ArtifactHandler
isIncludesDependencies
public boolean isIncludesDependencies()
- Specified by:
isIncludesDependencies
in interface ArtifactHandler
getLanguage
public String getLanguage()
- Specified by:
getLanguage
in interface ArtifactHandler
isAddedToClasspath
public boolean isAddedToClasspath()
- Specified by:
isAddedToClasspath
in interface ArtifactHandler
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.