Package org.nuxeo.osgi
Class BundleIdGenerator
- java.lang.Object
-
- org.nuxeo.osgi.BundleIdGenerator
-
public class BundleIdGenerator extends Object
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description BundleIdGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
addBundle(String name)
boolean
contains(String name)
long
getBundleId(String name)
void
load(File file)
void
store(File file)
-
-
-
Method Detail
-
load
public void load(File file)
-
store
public void store(File file) throws IOException
- Throws:
IOException
-
getBundleId
public long getBundleId(String name)
-
addBundle
public long addBundle(String name)
-
contains
public boolean contains(String name)
-
-