Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.ant.internal.ui.antsupport.logger
Class MessageIds  view MessageIds download MessageIds.java

java.lang.Object
  extended byorg.eclipse.ant.internal.ui.antsupport.logger.MessageIds

public class MessageIds
extends java.lang.Object

Copyright (c) 2003 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html Contributors: IBM Corporation - initial API and implementation


Field Summary
static java.lang.String BUILD_CANCELLED
           
static java.lang.String PROCESS_ID
           
static java.lang.String TASK
           
 
Constructor Summary
MessageIds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROCESS_ID

public static java.lang.String PROCESS_ID

BUILD_CANCELLED

public static java.lang.String BUILD_CANCELLED

TASK

public static java.lang.String TASK
Constructor Detail

MessageIds

public MessageIds()