blob: 974c5abf68344194b307e5bf128077e12b91fde0 [file] [log] [blame]
package org.eclipse.wst.ws.internal.wsrt;
import org.eclipse.wst.ws.internal.provisional.wsrt.IContext;
import org.eclipse.wst.ws.internal.provisional.wsrt.WebServiceScenario;
public class SimpleContext implements IContext {
public boolean getAssemble() {
// TODO Auto-generated method stub
return false;
}
public boolean getCheckOutFiles() {
// TODO Auto-generated method stub
return false;
}
public boolean getClient() {
// TODO Auto-generated method stub
return false;
}
public boolean getCreateFolders() {
// TODO Auto-generated method stub
return false;
}
public boolean getDeploy() {
// TODO Auto-generated method stub
return false;
}
public boolean getDevelop() {
// TODO Auto-generated method stub
return false;
}
public boolean getInstall() {
// TODO Auto-generated method stub
return false;
}
public boolean getOverWriteFiles() {
// TODO Auto-generated method stub
return false;
}
public boolean getPublish() {
// TODO Auto-generated method stub
return false;
}
public boolean getRun() {
// TODO Auto-generated method stub
return false;
}
public WebServiceScenario getScenario() {
// TODO Auto-generated method stub
return null;
}
public boolean getTest() {
// TODO Auto-generated method stub
return false;
}
}