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

aQute.bnd.osgi.repository.PersistentResourcesRepository Maven / Gradle / Ivy

The newest version!
package aQute.bnd.osgi.repository;

import aQute.bnd.osgi.resource.PersistentResource;

public class PersistentResourcesRepository {
	static class ResourceDTO {
		public String				path;
		public long					modified;
		public PersistentResource	resource;
	}

	// private PersistentMap map;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy