org.seasar.doma.internal
クラス Artifact

java.lang.Object
  上位を拡張 org.seasar.doma.internal.Artifact

public final class Artifact
extends Object

作成者:
taedium

コンストラクタの概要
Artifact()
           
 
メソッドの概要
static String getArtifactId()
           
static String getGroupId()
           
static String getName()
           
static String getVersion()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Artifact

public Artifact()
メソッドの詳細

getName

public static String getName()

getVersion

public static String getVersion()

getGroupId

public static String getGroupId()

getArtifactId

public static String getArtifactId()


Copyright © 2009 The Seasar Foundation. All Rights Reserved.