org.apache.maven.archetype
Class ArchetypeCreationResult

java.lang.Object
  extended by org.apache.maven.archetype.ArchetypeCreationResult

public class ArchetypeCreationResult
extends Object

Author:
Jason van Zyl

Constructor Summary
ArchetypeCreationResult()
           
 
Method Summary
 Exception getCause()
           
 void setCause(Exception cause)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchetypeCreationResult

public ArchetypeCreationResult()
Method Detail

getCause

public Exception getCause()

setCause

public void setCause(Exception cause)


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.