org.dbmaintain.maven.plugin
Class ScriptArchiveDependency

java.lang.Object
  extended by org.dbmaintain.maven.plugin.ScriptArchiveDependency

public class ScriptArchiveDependency
extends Object

A scripts-archive maven dependency.

Author:
Tim Ducheyne, Filip Neven

Field Summary
protected  String artifactId
          The artifact id.
protected  String classifier
          The artifact classifier.
protected  String groupId
          The artifact group id.
protected  String type
          The artifact type.
protected  String version
          The artifact version.
 
Constructor Summary
ScriptArchiveDependency()
           
 
Method Summary
 String getArtifactId()
           
 String getClassifier()
           
 String getGroupId()
           
 String getType()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupId

protected String groupId
The artifact group id.


artifactId

protected String artifactId
The artifact id.


version

protected String version
The artifact version.


type

protected String type
The artifact type. Defaults to jar.


classifier

protected String classifier
The artifact classifier. Defaults to no classifier.

Constructor Detail

ScriptArchiveDependency

public ScriptArchiveDependency()
Method Detail

getGroupId

public String getGroupId()

getArtifactId

public String getArtifactId()

getVersion

public String getVersion()

getType

public String getType()

getClassifier

public String getClassifier()


Copyright © 2011. All Rights Reserved.