| org.netbeans.installer.infra.server.ejb.Manager
All known Subclasses: org.netbeans.installer.infra.server.ejb.ManagerBean,
Manager | public interface Manager (Code) | | This is the business interface for RegistryManager enterprise bean.
|
Method Summary | |
void | addPackage(String name, File archive, String parentUid, String parentVersion, String parentPlatforms, String uriPrefix) | void | addRegistry(String registry) | File | createBundle(Platform platform, String[] names, String[] components) | void | deleteBundles() | File | exportRegistries(String[] registryNames, String codebase) | void | generateBundles(String[] names) | File | getEngine() | File | getFile(String name, String file) | String | getJnlp(String[] registryNames, String codebase) | List<Product> | getProducts(String... names) | List<String> | getRegistries() | String | getRegistry(String name) | Registry | loadRegistry(String... names) | void | removeGroup(String name, String uid) | void | removeProduct(String name, String uid, String version, String platforms) | void | removeRegistry(String registry) | void | updateEngine(File engine) |
REGISTRIES | final public static File REGISTRIES(Code) | | |
REGISTRIES_LIST | final public static File REGISTRIES_LIST(Code) | | |
|
|