public class RemoteList
extends java.lang.Object
implements com.github.fungal.api.remote.Command
Constructor and Description |
---|
RemoteList(java.io.File directory)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.Class[] |
getParameterTypes() |
java.io.Serializable |
invoke(java.io.Serializable[] args) |
boolean |
isPublic() |
public RemoteList(java.io.File directory)
directory
- The directory to usepublic java.lang.String getName()
getName
in interface com.github.fungal.api.remote.Command
public java.lang.Class[] getParameterTypes()
getParameterTypes
in interface com.github.fungal.api.remote.Command
public java.io.Serializable invoke(java.io.Serializable[] args)
invoke
in interface com.github.fungal.api.remote.Command
public boolean isPublic()
isPublic
in interface com.github.fungal.api.remote.Command
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)