|
Friki example source code file (Include.java)
The Friki Include.java source code
import org.stringtree.juicer.formatter.Transformation;
import org.stringtree.juicer.tract.IncludeTractPipelineFilter;
public class Include
extends Transformation
{
public void init(String tail)
{
setOther(new IncludeTractPipelineFilter(tail));
setName("Include (" + tail + ")");
}
}
Other Friki examples (source code examples)Here is a short list of links related to this Friki Include.java source code file: |
Other websites by Alvin Alexander:
Life/living in Alaska (OneMansAlaska.com)
How I Sold My Business (HowISoldMyBusiness.com)
Copyright 1998-2011 Alvin Alexander, devdaily.com
All Rights Reserved.