Class PolicyUtils.Text

java.lang.Object
com.sun.xml.ws.policy.privateutil.PolicyUtils.Text
Enclosing class:
PolicyUtils

public static class PolicyUtils.Text extends Object
Text utilities wrapper.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    System-specific line separator character retrieved from the Java system property line.separator
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    createIndent(int indentLevel)
    Method creates indent string consisting of as many TAB characters as specified by indentLevel parameter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NEW_LINE

      public static final String NEW_LINE
      System-specific line separator character retrieved from the Java system property line.separator
  • Method Details

    • createIndent

      public static String createIndent(int indentLevel)
      Method creates indent string consisting of as many TAB characters as specified by indentLevel parameter
      Parameters:
      indentLevel - indentation level
      Returns:
      indentation string as specified by indentation level