org.apache.geronimo.genesis.plugins.script
Class CodeSource

java.lang.Object
  extended by org.apache.geronimo.genesis.plugins.script.CodeSource

public class CodeSource
extends Object

Configuration for a scripts code source.

Version:
$Rev: 463140 $ $Date: 2006-10-11 23:24:07 -0700 (Wed, 11 Oct 2006) $

Constructor Summary
CodeSource()
           
 
Method Summary
 String getBody()
           
 File getFile()
           
 URL getUrl()
           
 String toString()
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodeSource

public CodeSource()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getUrl

public URL getUrl()

getFile

public File getFile()

getBody

public String getBody()

validate

public void validate()
              throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.