Class AbstractDeployMojo.URIEncoder

  • Enclosing class:
    AbstractDeployMojo

    private static class AbstractDeployMojo.URIEncoder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String MARK  
      private static java.lang.String RESERVED  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private URIEncoder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.String encodeURI​(java.lang.String uriString)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • URIEncoder

        private URIEncoder()
    • Method Detail

      • encodeURI

        private static java.lang.String encodeURI​(java.lang.String uriString)