Get rind of NativeClusterJob interface as pretty much every jobs best to use some...
[jabaws.git] / engine / compbio / engine / client / ClusterNativeSpecExecutable.java
diff --git a/engine/compbio/engine/client/ClusterNativeSpecExecutable.java b/engine/compbio/engine/client/ClusterNativeSpecExecutable.java
deleted file mode 100644 (file)
index da3939d..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/* Copyright (c) 2009 Peter Troshin\r
- *  \r
- *  JAva Bioinformatics Analysis Web Services (JABAWS) @version: 1.0     \r
- * \r
- *  This library is free software; you can redistribute it and/or modify it under the terms of the\r
- *  Apache License version 2 as published by the Apache Software Foundation\r
- * \r
- *  This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without\r
- *  even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Apache \r
- *  License for more details.\r
- * \r
- *  A copy of the license is in apache_license.txt. It is also available here:\r
- * @see: http://www.apache.org/licenses/LICENSE-2.0.txt\r
- * \r
- * Any republication or derived work distributed in source code form\r
- * must include this copyright and license notice.\r
- */\r
-\r
-package compbio.engine.client;\r
-\r
-public interface ClusterNativeSpecExecutable<T> extends Executable<T> {\r
-\r
-       // void setNativeSpecs(String nativeSpecs);\r
-\r
-       String getNativeSpecs();\r
-}\r