org.nuiton.license
Class JarLicenseResolver

java.lang.Object
  extended by org.nuiton.license.LicenseResolver
      extended by org.nuiton.license.JarLicenseResolver

Deprecated. since 1.0.3, move all license stuff in maven-license-plugin (removed in 1.1.0)

@Deprecated
public class JarLicenseResolver
extends LicenseResolver

Un resolver de license dans le classpath.

Le chemin de base est le suivant :

 /META-INF/licenses/
 

Author:
chemit
See Also:
LicenseResolver

Field Summary
 
Fields inherited from class org.nuiton.license.LicenseResolver
baseURL, licenseNames
 
Constructor Summary
JarLicenseResolver()
          Deprecated.  
 
Method Summary
protected static String acquireBaseURL()
          Deprecated.  
 
Methods inherited from class org.nuiton.license.LicenseResolver
checkExists, getBaseURL, getLicenseNames, resolv, setBaseURL, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JarLicenseResolver

public JarLicenseResolver()
Deprecated. 
Method Detail

acquireBaseURL

protected static String acquireBaseURL()
Deprecated. 


Copyright © 2009 CodeLutin. All Rights Reserved.