Class ShareFileCommand
- java.lang.Object
 - 
- org.pentaho.mantle.client.commands.ShareFileCommand
 
 
- 
- All Implemented Interfaces:
 com.google.gwt.core.client.Scheduler.ScheduledCommand,com.google.gwt.user.client.Command
public class ShareFileCommand extends Object implements com.google.gwt.user.client.Command
 
- 
- 
Constructor Summary
Constructors Constructor Description ShareFileCommand() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()StringgetSolutionPath()voidperformOperation()voidsetSolutionPath(String solutionPath) 
 - 
 
- 
- 
Method Detail
- 
getSolutionPath
public String getSolutionPath()
 
- 
setSolutionPath
public void setSolutionPath(String solutionPath)
 
- 
execute
public void execute()
- Specified by:
 executein interfacecom.google.gwt.user.client.Command- Specified by:
 executein interfacecom.google.gwt.core.client.Scheduler.ScheduledCommand
 
- 
performOperation
public void performOperation()
 
 - 
 
 -