All Downloads are FREE. Search and download functionalities are using the official Maven repository.

co.paralleluniverse.capsule.package-info Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
/*
 * Capsule
 * Copyright (c) 2014-2015, Parallel Universe Software Co. All rights reserved.
 * 
 * This program and the accompanying materials are licensed under the terms 
 * of the Eclipse Public License v1.0, available at
 * http://www.eclipse.org/legal/epl-v10.html
 */
/**
 * Contains classes to interact with capsules:
 * 
 * 
    *
  • {@link co.paralleluniverse.capsule.CapsuleUtils} lets an application running in a capsule obtain information from the capsule.
  • *
  • {@link co.paralleluniverse.capsule.Jar} allows simple, programmatic creation of JAR file/streams, and can be used by a server that generates customized capsules.
  • *
  • {@link co.paralleluniverse.capsule.CapsuleLauncher} launched capsules programmatically, and is used by capsule containers.
  • *
*/ package co.paralleluniverse.capsule;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy