Spring AMQP

org.springframework.util.exec
Class Escape

java.lang.Object
  extended by org.springframework.util.exec.Escape

public class Escape
extends Object


Constructor Summary
Escape()
           
 
Method Summary
static String escape(String in)
          Escape a string by quoting the magical elements (such as whitespace, quotes, slashes, etc.)
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Escape

public Escape()
Method Detail

escape

public static String escape(String in)
Escape a string by quoting the magical elements (such as whitespace, quotes, slashes, etc.)


main

public static void main(String[] args)

Spring AMQP

Copyright © 2011. All Rights Reserved.