Groovy Documentation

java.gate.yam.convert
Class JSPWikiFileFilter

java.lang.Object
  java.gate.yam.convert.JSPWikiFileFilter
All Implemented Interfaces:
FilenameFilter

class JSPWikiFileFilter

Adds some text content to the document, as the first child Element of the body Element. This will become the title in YAM syntax.

param:
jdomDoc The document to which text content will be added
param:
title The title to add as text content


Constructor Summary
JSPWikiFileFilter()

 
Method Summary
boolean accept(File dir, String name)

Accept a file if it is a .txt file

 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

JSPWikiFileFilter

JSPWikiFileFilter()


 
Method Detail

accept

public boolean accept(File dir, String name)
Accept a file if it is a .txt file


 

Groovy Documentation