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 999612 2010-09-21 20:34:50Z jdcasey $

Method Summary
static int modeToInt(String mode, org.codehaus.plexus.logging.Logger logger)
           
static String[] toStringArray(List<String> 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<String> 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-2011 The Apache Software Foundation. All Rights Reserved.