edu.iu.ul.maven.plugins.fileweaver
Class Part
java.lang.Object
edu.iu.ul.maven.plugins.fileweaver.Part
public class Part
- extends Object
Represent a portion of an output file: literal text, or an input file.
It is an error to specify both, or neither.
- Author:
- mwood
Constructor Summary |
Part()
|
Part
public Part()
setText
public void setText(String text)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
setPath
public void setPath(File path)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011-2012 Indiana University. All Rights Reserved.