org.apache.maven.shared.utils.introspection
Class ReflectionValueExtractorTest.Dependency

java.lang.Object
  extended by org.apache.maven.shared.utils.introspection.ReflectionValueExtractorTest.Dependency
Enclosing class:
ReflectionValueExtractorTest

public static class ReflectionValueExtractorTest.Dependency
extends Object


Constructor Summary
ReflectionValueExtractorTest.Dependency()
           
 
Method Summary
 String getArtifactId()
           
 void setArtifactId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionValueExtractorTest.Dependency

public ReflectionValueExtractorTest.Dependency()
Method Detail

getArtifactId

public String getArtifactId()

setArtifactId

public void setArtifactId(String id)


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.