Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.osgi
Class BundleIdGenerator

java.lang.Object
  extended by org.nuxeo.osgi.BundleIdGenerator

public class BundleIdGenerator
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
BundleIdGenerator()
           
 
Method Summary
 long addBundle(String name)
           
 boolean contains(String name)
           
 long getBundleId(String name)
           
 void load(File file)
           
 void store(File file)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleIdGenerator

public BundleIdGenerator()
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)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.