Deprecated API


Contents
Deprecated Methods
org.apache.maven.archiver.ManifestConfiguration.isClasspathMavenRepositoryLayout()
          Use ManifestConfiguration.getClasspathLayoutType(), and compare to CLASSPATH_LAYOUT_TYPE_SIMPLE or CLASSPATH_LAYOUT_TYPE_REPOSITORY, also declared in ManifestConfiguration. 
org.apache.maven.archiver.ManifestConfiguration.setClasspathMavenRepositoryLayout(boolean)
          Use ManifestConfiguration.setClasspathLayoutType(String), and use CLASSPATH_LAYOUT_TYPE_SIMPLE, CLASSPATH_LAYOUT_TYPE_CUSTOM, or CLASSPATH_LAYOUT_TYPE_REPOSITORY, also declared in ManifestConfiguration. 
 



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