org.apache.maven.archetype
Class ArchetypeCreationResult

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

public class ArchetypeCreationResult
extends java.lang.Object

Author:
Jason van Zyl

Constructor Summary
ArchetypeCreationResult()
           
 
Method Summary
 java.lang.Exception getCause()
           
 void setCause(java.lang.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 java.lang.Exception getCause()

setCause

public void setCause(java.lang.Exception cause)


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