edu.iu.ul.maven.plugins.fileweaver
Class Part

java.lang.Object
  extended by 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()
           
 
Method Summary
 void setPath(File path)
           
 void setText(String text)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Part

public Part()
Method Detail

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.