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.String
FlushedCache. quote(Escape e, java.lang.String s)
Quotes a string only if necessary.java.lang.String
Regex. quote(Escape e, java.lang.String s)
Quotes a string only if necessary.java.lang.String
SimpleFile. 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 Escape
Profile. mEscape
A private static handle to the escape class.
-