org.eclipse.core.resources.ant
Class Policy

java.lang.Object
  extended by org.eclipse.core.resources.ant.Policy

public class Policy
extends java.lang.Object


Constructor Summary
Policy()
           
 
Method Summary
static java.lang.String bind(java.lang.String id)
          Lookup the message with the given ID in this catalog
static java.lang.String bind(java.lang.String id, java.lang.String binding)
          Lookup the message with the given ID in this catalog and bind its substitution locations with the given string.
static java.lang.String bind(java.lang.String id, java.lang.String[] bindings)
          Lookup the message with the given ID in this catalog and bind its substitution locations with the given string values.
static java.lang.String bind(java.lang.String id, java.lang.String binding1, java.lang.String binding2)
          Lookup the message with the given ID in this catalog and bind its substitution locations with the given strings.
static org.eclipse.core.runtime.IProgressMonitor monitorFor(org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Policy

public Policy()
Method Detail

bind

public static java.lang.String bind(java.lang.String id)
Lookup the message with the given ID in this catalog


monitorFor

public static org.eclipse.core.runtime.IProgressMonitor monitorFor(org.eclipse.core.runtime.IProgressMonitor monitor)

bind

public static java.lang.String bind(java.lang.String id,
                                    java.lang.String binding)
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string.


bind

public static java.lang.String bind(java.lang.String id,
                                    java.lang.String binding1,
                                    java.lang.String binding2)
Lookup the message with the given ID in this catalog and bind its substitution locations with the given strings.


bind

public static java.lang.String bind(java.lang.String id,
                                    java.lang.String[] bindings)
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string values.