- file - Variable in class microsofia.boot.loader.resource.FileResource
-
- FileResource - Class in microsofia.boot.loader.resource
-
The resource is a file.
- FileResource(File) - Constructor for class microsofia.boot.loader.resource.FileResource
-
- finalize() - Method in class microsofia.boot.loader.resource.JarResource
-
- findClass(String) - Method in class microsofia.boot.loader.BootClassLoader
-
findClass delegates to ClassVisitor
- findClass(String) - Method in class microsofia.boot.loader.NodeClassLoader
-
findClass delegates to a ClassVisitor instance
- findClassInNode(String, String) - Method in class microsofia.boot.loader.NodeClassLoader
-
Try to load locally the class without any traversing of the graph.
- findClassInNode(String, String) - Method in interface microsofia.boot.loader.visitor.INode
-
Find in the current node the class with the given name and the given file path
- findLibrary(String) - Method in class microsofia.boot.loader.BootClassLoader
-
findLibrary delegates to LibraryVisitor
- findLibrary(LibraryVisitor) - Method in class microsofia.boot.loader.BootClassLoader
-
- findLibrary(String) - Method in class microsofia.boot.loader.NodeClassLoader
-
Delegates to a LibraryVisitor
- findLibraryInNode(String) - Method in class microsofia.boot.loader.NodeClassLoader
-
Try to load locally the library path without any traversing of the graph.
- findLibraryInNode(String) - Method in interface microsofia.boot.loader.visitor.INode
-
Find in the current node the library given its name
- findResource(String) - Method in class microsofia.boot.loader.BootClassLoader
-
findResource delegates to ResourceVisitor
- findResource(ResourceVisitor) - Method in class microsofia.boot.loader.BootClassLoader
-
- findResource(String) - Method in class microsofia.boot.loader.NodeClassLoader
-
Delegates to a ResourceVisitor
- findResourceInNode(String) - Method in class microsofia.boot.loader.NodeClassLoader
-
Try to load locally the resource without any traversing of the graph.
- findResourceInNode(String) - Method in interface microsofia.boot.loader.visitor.INode
-
Find in the current node the given resource
- findResources(String) - Method in class microsofia.boot.loader.BootClassLoader
-
findResources delegates to ResourcesVisitor
- findResources(String) - Method in class microsofia.boot.loader.NodeClassLoader
-
Delegates to a BootClassLoader (is it needed?)
- findResourcesInNode(String) - Method in class microsofia.boot.loader.NodeClassLoader
-
Try to load locally the resource without any traversing of the graph.
- findResourcesInNode(String) - Method in interface microsofia.boot.loader.visitor.INode
-
Find all the URL of the given resource path
- getActive() - Method in class microsofia.boot.config.ProxyConfig
-
- getAllEntries() - Method in class microsofia.boot.loader.resource.FileResource
-
There is only one entry.
- getAllEntries() - Method in class microsofia.boot.loader.resource.JarResource
-
Returns all the path entries of the jar.
- getAllEntries() - Method in class microsofia.boot.loader.resource.Resource
-
Returns all the path entries
- getAllEntriesIncludingFolders() - Method in class microsofia.boot.loader.resource.FileResource
-
There is only one entry.
- getAllEntriesIncludingFolders() - Method in class microsofia.boot.loader.resource.JarResource
-
Returns all the path entries of the jar including the folders.
- getAllEntriesIncludingFolders() - Method in class microsofia.boot.loader.resource.Resource
-
Returns all the path entries including folders
- getArgs() - Method in class microsofia.boot.launch.MainLauncher
-
- getArtifactId() - Method in class microsofia.boot.config.ArtifactConfig
-
- getArtifactId() - Method in class microsofia.boot.config.ExclusionConfig
-
- getArtifactId() - Method in class microsofia.boot.loader.NodeClassLoader
-
Returns the id of the artifact
- getChecksumPolicy() - Method in class microsofia.boot.config.RepositoryPolicyConfig
-
- getClassifier() - Method in class microsofia.boot.config.ArtifactConfig
-
- getClassifier() - Method in class microsofia.boot.config.ExclusionConfig
-
- getClassLoader() - Method in class microsofia.boot.loader.NodeClassLoader
-
Returns classloader of the node, itself
- getClassLoader() - Method in interface microsofia.boot.loader.visitor.INode
-
Classloader represented by this node
- getDate() - Method in class microsofia.boot.aether.RepositoryListener
-
- getDate() - Method in class microsofia.boot.aether.TransferListener
-
- getDependencies() - Method in class microsofia.boot.loader.NodeClassLoader
-
- getDependencies() - Method in interface microsofia.boot.loader.visitor.INode
-
Dependencies of the node
- getDependency() - Method in class microsofia.boot.config.Settings
-
- getElement() - Method in class microsofia.boot.config.Settings
-
- getEntry(String) - Method in class microsofia.boot.loader.resource.FileResource
-
Returns the file URL if the path is the file's one.
- getEntry(String) - Method in class microsofia.boot.loader.resource.JarResource
-
Return the URL of the resource path.
- getEntry(String) - Method in class microsofia.boot.loader.resource.Resource
-
Returns all the URLs found for an entry path (for the moment there is only one URL by type)
- getEntryBytes(String) - Method in class microsofia.boot.loader.resource.FileResource
-
Returns the content of the file if the path is the file's one.
- getEntryBytes(String) - Method in class microsofia.boot.loader.resource.JarResource
-
Return the content of the resource path.
- getEntryBytes(String) - Method in class microsofia.boot.loader.resource.Resource
-
Returns the content for an entry path
- getEntryRoot(String) - Method in class microsofia.boot.loader.resource.FileResource
-
Returns the file URL if the path is the file's one.
- getEntryRoot(String) - Method in class microsofia.boot.loader.resource.JarResource
-
Return the URL of the resource path.
- getEntryRoot(String) - Method in class microsofia.boot.loader.resource.Resource
-
Returns the URL found for an entry path
- getExclusions() - Method in class microsofia.boot.config.DependencyConfig
-
- getExtension() - Method in class microsofia.boot.config.ArtifactConfig
-
- getExtension() - Method in class microsofia.boot.config.ExclusionConfig
-
- getFile() - Method in class microsofia.boot.loader.resource.FileResource
-
- getFilename() - Method in class microsofia.boot.loader.resource.FileResource
-
- getFileURL() - Method in class microsofia.boot.loader.resource.FileResource
-
- getGlobalAllResourcesHashCodes() - Method in class microsofia.boot.loader.BootClassLoader
-
- getGroupId() - Method in class microsofia.boot.config.ArtifactConfig
-
- getGroupId() - Method in class microsofia.boot.config.ExclusionConfig
-
- getHost() - Method in class microsofia.boot.config.ProxyConfig
-
- getId() - Method in class microsofia.boot.config.MirrorConfig
-
Returns the id of the represented mirror remote repository.
- getId() - Method in class microsofia.boot.config.ProxyConfig
-
- getId() - Method in class microsofia.boot.config.RepositoryConfig
-
- getId() - Method in class microsofia.boot.loader.NodeClassLoader
-
Returns the unique id of the node
- getId() - Method in interface microsofia.boot.loader.visitor.INode
-
Id of the node.
- getLibDir(String) - Method in class microsofia.boot.loader.BootClassLoader
-
- getLocalRepository() - Method in class microsofia.boot.config.Settings
-
- getMainClass() - Method in class microsofia.boot.launch.MainLauncher
-
- getMirrorOf() - Method in class microsofia.boot.config.MirrorConfig
-
Returns the id of the mirrored remote repository.
- getMirrors() - Method in class microsofia.boot.config.Settings
-
- getName() - Method in class microsofia.boot.config.MirrorConfig
-
Returns the name of the represented mirror remote repository.
- getName() - Method in class microsofia.boot.config.PropertiesConfig.PropertyConfig
-
- getName() - Method in class microsofia.boot.config.RepositoryConfig
-
- getName() - Method in class microsofia.boot.loader.visitor.ClassVisitor
-
- getName() - Method in class microsofia.boot.loader.visitor.ResourcesVisitor
-
- getName() - Method in class microsofia.boot.loader.visitor.ResourceVisitor
-
- getNodeClassLoader(String) - Method in class microsofia.boot.loader.BootClassLoader
-
- getOffline() - Method in class microsofia.boot.config.Settings
-
- getOptional() - Method in class microsofia.boot.config.DependencyConfig
-
- getParentClassLoader() - Method in class microsofia.boot.loader.ClassLoaderBuilder
-
- getParentLibDir() - Method in class microsofia.boot.loader.BootClassLoader
-
- getPort() - Method in class microsofia.boot.config.ProxyConfig
-
- getProperties() - Method in class microsofia.boot.config.ArtifactConfig
-
- getProtocol() - Method in class microsofia.boot.config.ProxyConfig
-
- getProxies() - Method in class microsofia.boot.config.Settings
-
- getReleasePolicy() - Method in class microsofia.boot.config.RepositoryConfig
-
- getRepositories() - Method in class microsofia.boot.config.Settings
-
- getRepositorySystem() - Method in class microsofia.boot.aether.DependencyResolver
-
Returns the Aether RepositorySystem used
- getRepositorySystem() - Method in class microsofia.boot.aether.RepositorySystemSessionBuilder
-
- getResource(String) - Method in class microsofia.boot.loader.NodeClassLoader
-
- getResources(String) - Method in class microsofia.boot.loader.NodeClassLoader
-
Delegates to a ResourcesVisitor
- getRootNode() - Method in class microsofia.boot.loader.BootClassLoader
-
- getRootNode() - Method in class microsofia.boot.loader.ClassLoaderBuilder
-
- getScope() - Method in class microsofia.boot.config.DependencyConfig
-
- getSession() - Method in class microsofia.boot.aether.DependencyResolver
-
Returns the Aether RepositorySystemSession used
- getSettings() - Method in class microsofia.boot.aether.DependencyResolver
-
Returns the Aether Settings used
- getSettings() - Method in class microsofia.boot.aether.RepositorySystemSessionBuilder
-
- getSettingsFile() - Method in class microsofia.boot.launch.AbstractLauncher
-
- getSnapshotPolicy() - Method in class microsofia.boot.config.RepositoryConfig
-
- getUpdatePolicy() - Method in class microsofia.boot.config.RepositoryPolicyConfig
-
- getUpdatePolicy() - Method in class microsofia.boot.config.Settings
-
- getUrl() - Method in class microsofia.boot.config.MirrorConfig
-
Returns the URL of the represented mirror remote repository.
- getUrl() - Method in class microsofia.boot.config.RepositoryConfig
-
- getValue() - Method in class microsofia.boot.config.PropertiesConfig.PropertyConfig
-
- getVersion() - Method in class microsofia.boot.config.ArtifactConfig
-
- getZipFile() - Method in class microsofia.boot.loader.resource.JarResource
-
- globalResourcesHashCodes - Variable in class microsofia.boot.loader.BootClassLoader
-
- GraphDumper - Class in microsofia.boot.launch
-
Used to dump the created Aether graph node.
- GraphDumper() - Constructor for class microsofia.boot.launch.GraphDumper
-