KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > ce > install > Installer

javax.ce.install
Class Installer

java.lang.Object
  |
  +--javax.ce.install.Installer
See Also:
InstallInfo

public abstract InstallInfo getAttributes(java.lang.String symbolicName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Installer getInstaller()
                              throws java.lang.IllegalStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract java.lang.String install(java.lang.String jarfilelocation)
                                  throws java.io.IOException,
                                         java.lang.SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Installer()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract java.lang.String[] list()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void remove(java.lang.String symbolicName)
                     throws java.lang.IllegalStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void setInstaller(Installer installer)
                         throws java.lang.SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags