org.apache.maven.archetype
Class ArchetypeGenerationResult

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

public class ArchetypeGenerationResult
extends Object

Author:
Jason van Zyl

Constructor Summary
ArchetypeGenerationResult()
           
 
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

ArchetypeGenerationResult

public ArchetypeGenerationResult()
Method Detail

getCause

public Exception getCause()

setCause

public void setCause(Exception cause)


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