com.sun.xml.ws.policy.privateutil
Class PolicyUtils.Text

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

public static class PolicyUtils.Text
extends Object

Text utilities wrapper.


Field Summary
static String NEW_LINE
          System-specific line separator character retrieved from the Java system property line.separator
 
Constructor Summary
PolicyUtils.Text()
           
 
Method Summary
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 Detail

NEW_LINE

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

Constructor Detail

PolicyUtils.Text

public PolicyUtils.Text()
Method Detail

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


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.