Remote Systems
v6.4.1

com.ibm.etools.systems.core.clientserver
Interface IClassifierConstants


public interface IClassifierConstants

This interface defines some constants for classifiers.


Field Summary
static String MATCH_EXECUTABLE_BINARY
          Match binary executable type, "*executable(java:*)*".
static String MATCH_EXECUTABLE_JAVA
          Match java executable type, "*executable(java:*)*".
static String MATCH_EXECUTABLE_SCRIPT
          Match script executable type, "*executable(java:*)*".
static String TYPE_DEFAULT
          Default type.
static String TYPE_EXECUTABLE_BINARY
          Binary executable type, "executable(binary)".
static String TYPE_EXECUTABLE_JAVA
          Java executable type, "executable(java:*)".
static String TYPE_EXECUTABLE_SCRIPT
          Script executable type, "executable(script)".
static String TYPE_LINK
          Link type, "link".
 

Field Detail

TYPE_DEFAULT

public static final String TYPE_DEFAULT
Default type.

See Also:
Constant Field Values

TYPE_LINK

public static final String TYPE_LINK
Link type, "link".

See Also:
Constant Field Values

TYPE_EXECUTABLE_JAVA

public static final String TYPE_EXECUTABLE_JAVA
Java executable type, "executable(java:*)".

See Also:
Constant Field Values

TYPE_EXECUTABLE_BINARY

public static final String TYPE_EXECUTABLE_BINARY
Binary executable type, "executable(binary)".

See Also:
Constant Field Values

TYPE_EXECUTABLE_SCRIPT

public static final String TYPE_EXECUTABLE_SCRIPT
Script executable type, "executable(script)".

See Also:
Constant Field Values

MATCH_EXECUTABLE_JAVA

public static final String MATCH_EXECUTABLE_JAVA
Match java executable type, "*executable(java:*)*".

See Also:
Constant Field Values

MATCH_EXECUTABLE_BINARY

public static final String MATCH_EXECUTABLE_BINARY
Match binary executable type, "*executable(java:*)*".

See Also:
Constant Field Values

MATCH_EXECUTABLE_SCRIPT

public static final String MATCH_EXECUTABLE_SCRIPT
Match script executable type, "*executable(java:*)*".

See Also:
Constant Field Values

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.