Uses of Class
edu.isi.pegasus.common.util.Escape
-
Packages that use Escape Package Description edu.isi.pegasus.planner.catalog.replica.impl edu.isi.pegasus.planner.classes -
-
Uses of Escape in edu.isi.pegasus.planner.catalog.replica.impl
Methods in edu.isi.pegasus.planner.catalog.replica.impl with parameters of type Escape Modifier and Type Method Description java.lang.StringFlushedCache. quote(Escape e, java.lang.String s)Quotes a string only if necessary.java.lang.StringRegex. quote(Escape e, java.lang.String s)Quotes a string only if necessary.java.lang.StringSimpleFile. quote(Escape e, java.lang.String s)Quotes a string only if necessary. -
Uses of Escape in edu.isi.pegasus.planner.classes
Fields in edu.isi.pegasus.planner.classes declared as Escape Modifier and Type Field Description private static EscapeProfile. mEscapeA private static handle to the escape class.
-