Example usage for org.apache.commons.io Document interface-usage

List of usage examples for org.apache.commons.io Document interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.io Document interface-usage.

Usage

From source file org.ghost4j.document.AbstractDocument.java

/**
 * Abstract document implementation. Contains methods that are common to the
 * different document types
 * 
 * @author Gilles Grousset (gi.grousset@gmail.com)
 */

From source file com.github.thesmartenergy.mdq.entities.Vocabulary.java

/**
 *
 * @author maxime.lefrancois
 */
public class Vocabulary implements Document {

From source file com.github.thesmartenergy.mdq.entities.Ontology.java

/**
 *
 * @author maxime.lefrancois
 */
@ApplicationScoped
public class Ontology implements Document {