Search in sources :

Example 1 with ApacheVFSOutputHandler

use of org.pentaho.platform.plugin.outputs.ApacheVFSOutputHandler in project pentaho-platform by pentaho.

the class ApacheVFSOutputHandlerIT method testAudit.

public void testAudit() {
    startTest();
    ApacheVFSOutputHandler handler = new ApacheVFSOutputHandler();
    IContentItem contentItem = handler.getFileOutputContentItem();
    // $NON-NLS-1$
    System.out.println("Content Item for VFS" + contentItem);
    assertTrue(true);
    finishTest();
}
Also used : IContentItem(org.pentaho.platform.api.repository.IContentItem) ApacheVFSOutputHandler(org.pentaho.platform.plugin.outputs.ApacheVFSOutputHandler)

Aggregations

IContentItem (org.pentaho.platform.api.repository.IContentItem)1 ApacheVFSOutputHandler (org.pentaho.platform.plugin.outputs.ApacheVFSOutputHandler)1