Author: rob.stryker(a)jboss.com
Date: 2008-02-07 18:12:52 -0500 (Thu, 07 Feb 2008)
New Revision: 6195
Modified:
trunk/core/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/model/IRuntimeVariables.java
Log:
Preparing to break / destroy archives! awesome for API refactors
Modified:
trunk/core/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/model/IRuntimeVariables.java
===================================================================
---
trunk/core/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/model/IRuntimeVariables.java 2008-02-07
23:11:02 UTC (rev 6194)
+++
trunk/core/plugins/org.jboss.ide.eclipse.archives.core/src/main/org/jboss/ide/eclipse/archives/core/model/IRuntimeVariables.java 2008-02-07
23:12:52 UTC (rev 6195)
@@ -5,13 +5,13 @@
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IPath;
+/**
+ *
+ * @author rob.stryker <rob.stryker(a)redhat.com>
+ *
+ */
public interface IRuntimeVariables {
- /**
- * Is the debugging option provided enabled?
- * If the option is null, is debugging enabled at all?
- * @param option
- * @return
- */
+
public boolean isDebugging(String option);
public IPath getProjectPath(String projectName);
public String getProjectName(IPath path);
Show replies by date