org.apache.maven.plugin.assembly.utils
Class TypeConversionUtils

java.lang.Object
  extended by org.apache.maven.plugin.assembly.utils.TypeConversionUtils

public final class TypeConversionUtils
extends Object

Version:
$Id: TypeConversionUtils.java 782119 2009-06-05 19:55:15Z jdcasey $

Method Summary
static int modeToInt(String mode, org.codehaus.plexus.logging.Logger logger)
           
static String[] toStringArray(List list)
           
static boolean verifyModeSanity(int mode, org.codehaus.plexus.logging.Logger logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toStringArray

public static String[] toStringArray(List list)

modeToInt

public static int modeToInt(String mode,
                            org.codehaus.plexus.logging.Logger logger)
                     throws AssemblyFormattingException
Throws:
AssemblyFormattingException

verifyModeSanity

public static boolean verifyModeSanity(int mode,
                                       org.codehaus.plexus.logging.Logger logger)


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.