Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1974 jgill 1
package com.erggroup.mass.ant;
2
 
3
public interface JatsElement
4
{
5
	public void execute(Jats parent);
6
 
7
	public String getElementType();
8
}