railo.runtime.video
Class VideoInputImpl

java.lang.Object
  extended by railo.runtime.video.VideoInputImpl
All Implemented Interfaces:
VideoInput

public class VideoInputImpl
extends Object
implements VideoInput


Constructor Summary
VideoInputImpl(Resource resource)
          Constructor of the class
 
Method Summary
 String getCommandAsString()
           
 Resource getResource()
           
 void setCommand(String path, List args)
           
 void setCommand(String path, String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoInputImpl

public VideoInputImpl(Resource resource)
Constructor of the class

Parameters:
resource -
Method Detail

getResource

public Resource getResource()
Specified by:
getResource in interface VideoInput
Returns:
the res
See Also:
VideoInput.getResource()

setCommand

public void setCommand(String path,
                       List args)
Specified by:
setCommand in interface VideoInput
See Also:
VideoInput.setCommand(java.lang.String, java.util.List)

setCommand

public void setCommand(String path,
                       String[] args)
Specified by:
setCommand in interface VideoInput

getCommandAsString

public String getCommandAsString()
Specified by:
getCommandAsString in interface VideoInput
See Also:
VideoInput.getCommandAsString()


Copyright © 2012 Railo