Package net.sourceforge.jwbf.inyoka.actions

Examples of net.sourceforge.jwbf.inyoka.actions.GetRevision


  }


  public SimpleArticle readData(String name, int properties)
      throws ActionException, ProcessException {
    GetRevision ac = new GetRevision(name);
    performAction(ac);
    return ac.getArticle();
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.jwbf.inyoka.actions.GetRevision

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.