org.acme.sample.tmplugin
Class SamplePlugin

java.lang.Object
  extended by org.acme.sample.tmplugin.SamplePlugin
All Implemented Interfaces:
org.gcube.data.tmf.api.Plugin

public class SamplePlugin
extends Object
implements org.gcube.data.tmf.api.Plugin


Constructor Summary
SamplePlugin()
           
 
Method Summary
 SampleBinder binder()
           
 String description()
           
 boolean isAnchored()
           
 String name()
           
 List<org.gcube.data.tmf.api.Property> properties()
           
 List<String> requestSchemas()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamplePlugin

public SamplePlugin()
Method Detail

name

public String name()
Specified by:
name in interface org.gcube.data.tmf.api.Plugin

description

public String description()
Specified by:
description in interface org.gcube.data.tmf.api.Plugin

properties

public List<org.gcube.data.tmf.api.Property> properties()
Specified by:
properties in interface org.gcube.data.tmf.api.Plugin

binder

public SampleBinder binder()
Specified by:
binder in interface org.gcube.data.tmf.api.Plugin

requestSchemas

public List<String> requestSchemas()
Specified by:
requestSchemas in interface org.gcube.data.tmf.api.Plugin

isAnchored

public boolean isAnchored()
Specified by:
isAnchored in interface org.gcube.data.tmf.api.Plugin


Copyright © 2012. All Rights Reserved.