Skip navigation links
A B C D E F G I J L M N P R S T U V W 

A

AbstractLauncher - Class in microsofia.boot.launch
Base abstract class which resolves the dependency graph node.
AbstractLauncher() - Constructor for class microsofia.boot.launch.AbstractLauncher
 
AbstractVisitor<T> - Class in microsofia.boot.loader.visitor
Abstract node visitor.
AbstractVisitor() - Constructor for class microsofia.boot.loader.visitor.AbstractVisitor
 
addNodeClassLoader(NodeClassLoader) - Method in class microsofia.boot.loader.BootClassLoader
 
ArtifactConfig - Class in microsofia.boot.config
Configuration object used to configure an Aether Artifact object.
ArtifactConfig() - Constructor for class microsofia.boot.config.ArtifactConfig
 
artifactDeployed(RepositoryEvent) - Method in class microsofia.boot.aether.RepositoryListener
 
artifactDeploying(RepositoryEvent) - Method in class microsofia.boot.aether.RepositoryListener
 
artifactDescriptorInvalid(RepositoryEvent) - Method in class microsofia.boot.aether.RepositoryListener
 
artifactDescriptorMissing(RepositoryEvent) - Method in class microsofia.boot.aether.RepositoryListener
 
artifactDownloaded(RepositoryEvent) - Method in class microsofia.boot.aether.RepositoryListener
 
artifactDownloading(RepositoryEvent) - Method in class microsofia.boot.aether.RepositoryListener
 
artifactInstalled(RepositoryEvent) - Method in class microsofia.boot.aether.RepositoryListener
 
artifactInstalling(RepositoryEvent) - Method in class microsofia.boot.aether.RepositoryListener
 
artifactResolved(RepositoryEvent) - Method in class microsofia.boot.aether.RepositoryListener
 
artifactResolving(RepositoryEvent) - Method in class microsofia.boot.aether.RepositoryListener
 

B

BootClassLoader - Class in microsofia.boot.loader
Parent classloader of all the NodeClassLoader
BootClassLoader(ClassLoader, DependencyNode) - Constructor for class microsofia.boot.loader.BootClassLoader
 

C

cacheResourcesHashCode() - Method in class microsofia.boot.loader.NodeClassLoader
In order to have a fast lookup after startup, the node caches the hashcode path of all its resources.
cacheResourcesHashCode() - Method in interface microsofia.boot.loader.visitor.INode
Caches the hash code of all file names contained in this node
ClassLoaderBuilder - Class in microsofia.boot.loader
ClassLoader builder.
ClassLoaderBuilder() - Constructor for class microsofia.boot.loader.ClassLoaderBuilder
 
ClassVisitor - Class in microsofia.boot.loader.visitor
Visitor which aim is to search for a class given its name and its file path
ClassVisitor(String, String) - Constructor for class microsofia.boot.loader.visitor.ClassVisitor
 
clearQueue() - Method in class microsofia.boot.loader.visitor.AbstractVisitor
 
close() - Method in class microsofia.boot.loader.resource.JarResource
 
ConsoleDependencyVisitor - Class in microsofia.boot.aether
Dependency visitor used to dump on the console the graph of resolved dependencies.
ConsoleDependencyVisitor() - Constructor for class microsofia.boot.aether.ConsoleDependencyVisitor
 
ConsoleDependencyVisitor(PrintStream) - Constructor for class microsofia.boot.aether.ConsoleDependencyVisitor
 
create() - Method in class microsofia.boot.aether.RepositorySystemBuilder
 
create() - Method in class microsofia.boot.aether.RepositorySystemSessionBuilder
Uses the passed Settings in order to configure and create the session
create() - Method in class microsofia.boot.loader.ClassLoaderBuilder
 
createArtifact() - Method in class microsofia.boot.config.ArtifactConfig
 
createDependency() - Method in class microsofia.boot.config.DependencyConfig
 
createEntryURL(ZipEntry) - Method in class microsofia.boot.loader.resource.JarResource
 
createExclusion() - Method in class microsofia.boot.config.ExclusionConfig
 
createProxy() - Method in class microsofia.boot.config.ProxyConfig
 
createProxy() - Method in class microsofia.boot.config.Settings
 
createRemoteRepository(RemoteRepository.Builder) - Method in class microsofia.boot.config.MirrorConfig
 
createRemoteRepositoryBuilder() - Method in class microsofia.boot.config.RepositoryConfig
 
createRepositories() - Method in class microsofia.boot.config.Settings
 
createRepositoryPolicy() - Method in class microsofia.boot.config.RepositoryPolicyConfig
 
createResource(File) - Static method in class microsofia.boot.loader.resource.Resource
Create the correct Resource type from the file.
createSettings() - Static method in class microsofia.boot.SettingsTemplateBuilder
 

D

DependencyConfig - Class in microsofia.boot.config
Configuration object used to configure an Aether Dependency object.
DependencyConfig() - Constructor for class microsofia.boot.config.DependencyConfig
 
DependencyResolver - Class in microsofia.boot.aether
Calls Aether RepositorySystem resolveDependencies by transforming config objects into DependencyRequest
DependencyResolver() - Constructor for class microsofia.boot.aether.DependencyResolver
 
dump() - Method in class microsofia.boot.launch.GraphDumper
 

E

enqueue(INode...) - Method in class microsofia.boot.loader.visitor.AbstractVisitor
 
ExclusionConfig - Class in microsofia.boot.config
Configuration object used to configure an Aether Exclusion object.
ExclusionConfig() - Constructor for class microsofia.boot.config.ExclusionConfig
 

F

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

G

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
 

I

INode - Interface in microsofia.boot.loader.visitor
Interface that represents one node classloader which aim is to handle one artifact.
isEnabled() - Method in class microsofia.boot.config.RepositoryPolicyConfig
 
IVisitor<T> - Interface in microsofia.boot.loader.visitor
Interface that abstracts node visitors

J

JarResource - Class in microsofia.boot.loader.resource
The resource is a jar.
JarResource(File) - Constructor for class microsofia.boot.loader.resource.JarResource
 

L

launch() - Method in class microsofia.boot.launch.MainLauncher
 
LibraryVisitor - Class in microsofia.boot.loader.visitor
Visitor which aim is to search for the path of a library
LibraryVisitor(String) - Constructor for class microsofia.boot.loader.visitor.LibraryVisitor
 
loadClass(String, boolean) - Method in class microsofia.boot.loader.NodeClassLoader
Loading the class consists of first checking in the parent, and if not found traversing the graph starting by the current node and following its dependencies.

M

Main - Class in microsofia.boot
Main that uses Aether to update the local repository given an Artifact dependency and launchs a main.
Main() - Constructor for class microsofia.boot.Main
 
main(String[]) - Static method in class microsofia.boot.Main
 
MainLauncher - Class in microsofia.boot.launch
Launcher that resolves the dependency graph node and then call the static main method
MainLauncher() - Constructor for class microsofia.boot.launch.MainLauncher
 
marshal(Map<String, String>) - Method in class microsofia.boot.config.PropertiesConfig.PropertiesAdapters
 
metadataDeployed(RepositoryEvent) - Method in class microsofia.boot.aether.RepositoryListener
 
metadataDeploying(RepositoryEvent) - Method in class microsofia.boot.aether.RepositoryListener
 
metadataInstalled(RepositoryEvent) - Method in class microsofia.boot.aether.RepositoryListener
 
metadataInstalling(RepositoryEvent) - Method in class microsofia.boot.aether.RepositoryListener
 
metadataInvalid(RepositoryEvent) - Method in class microsofia.boot.aether.RepositoryListener
 
metadataResolved(RepositoryEvent) - Method in class microsofia.boot.aether.RepositoryListener
 
metadataResolving(RepositoryEvent) - Method in class microsofia.boot.aether.RepositoryListener
 
microsofia.boot - package microsofia.boot
 
microsofia.boot.aether - package microsofia.boot.aether
 
microsofia.boot.config - package microsofia.boot.config
 
microsofia.boot.launch - package microsofia.boot.launch
 
microsofia.boot.loader - package microsofia.boot.loader
 
microsofia.boot.loader.resource - package microsofia.boot.loader.resource
 
microsofia.boot.loader.visitor - package microsofia.boot.loader.visitor
 
MirrorConfig - Class in microsofia.boot.config
Configuration object used to configure Remote Repository mirrors.
MirrorConfig() - Constructor for class microsofia.boot.config.MirrorConfig
 

N

NodeClassLoader - Class in microsofia.boot.loader
Represents a node classloader.
NodeClassLoader(BootClassLoader, DependencyNode) - Constructor for class microsofia.boot.loader.NodeClassLoader
 

P

properties - Variable in class microsofia.boot.config.PropertiesConfig
 
PropertiesAdapters() - Constructor for class microsofia.boot.config.PropertiesConfig.PropertiesAdapters
 
PropertiesConfig - Class in microsofia.boot.config
Configuration object used to un/marshal Artifact properties.
PropertiesConfig() - Constructor for class microsofia.boot.config.PropertiesConfig
 
PropertiesConfig(PropertiesConfig.PropertyConfig[]) - Constructor for class microsofia.boot.config.PropertiesConfig
 
PropertiesConfig.PropertiesAdapters - Class in microsofia.boot.config
 
PropertiesConfig.PropertyConfig - Class in microsofia.boot.config
 
PropertyConfig() - Constructor for class microsofia.boot.config.PropertiesConfig.PropertyConfig
 
PropertyConfig(String, String) - Constructor for class microsofia.boot.config.PropertiesConfig.PropertyConfig
 
ProxyConfig - Class in microsofia.boot.config
Configuration object used to configure proxies.
ProxyConfig() - Constructor for class microsofia.boot.config.ProxyConfig
 
putLibDir(String, File) - Method in class microsofia.boot.loader.BootClassLoader
 

R

readBytes(InputStream) - Method in class microsofia.boot.loader.resource.Resource
 
readFrom(InputStream) - Static method in class microsofia.boot.config.Settings
 
RepositoryConfig - Class in microsofia.boot.config
Configuration object used to configure a Remote Repository.
RepositoryConfig() - Constructor for class microsofia.boot.config.RepositoryConfig
 
RepositoryListener - Class in microsofia.boot.aether
RepositoryListener that prints on the console.
RepositoryListener() - Constructor for class microsofia.boot.aether.RepositoryListener
 
RepositoryListener(PrintStream) - Constructor for class microsofia.boot.aether.RepositoryListener
 
RepositoryPolicyConfig - Class in microsofia.boot.config
Configuration object used to configure a Repository policy.
RepositoryPolicyConfig() - Constructor for class microsofia.boot.config.RepositoryPolicyConfig
 
RepositorySystemBuilder - Class in microsofia.boot.aether
RepositorySystem builder
RepositorySystemBuilder() - Constructor for class microsofia.boot.aether.RepositorySystemBuilder
 
RepositorySystemSessionBuilder - Class in microsofia.boot.aether
RepositorySystemSession builder
RepositorySystemSessionBuilder() - Constructor for class microsofia.boot.aether.RepositorySystemSessionBuilder
 
resolve() - Method in class microsofia.boot.aether.DependencyResolver
Builds the DependencyRequest, calls RepositorySystem.resolveDependencies and checks for any error.
resolve() - Method in class microsofia.boot.launch.AbstractLauncher
 
Resource - Class in microsofia.boot.loader.resource
Encapsulates the artifact read access.
Resource() - Constructor for class microsofia.boot.loader.resource.Resource
 
ResourceCacherVisitor - Class in microsofia.boot.loader.visitor
Visitor which aim is to invoke the hashcode caching of the resources contained in the node
ResourceCacherVisitor() - Constructor for class microsofia.boot.loader.visitor.ResourceCacherVisitor
 
ResourcesVisitor - Class in microsofia.boot.loader.visitor
Visitor which aim is to search for all the URLs given a resource name
ResourcesVisitor(String, List<URL>) - Constructor for class microsofia.boot.loader.visitor.ResourcesVisitor
 
ResourceVisitor - Class in microsofia.boot.loader.visitor
Visitor which aim is to search for the URL of a resource
ResourceVisitor(String) - Constructor for class microsofia.boot.loader.visitor.ResourceVisitor
 

S

setActive(Boolean) - Method in class microsofia.boot.config.ProxyConfig
 
setArgs(String[]) - Method in class microsofia.boot.launch.MainLauncher
 
setArtifactId(String) - Method in class microsofia.boot.config.ArtifactConfig
 
setArtifactId(String) - Method in class microsofia.boot.config.ExclusionConfig
 
setChecksumPolicy(String) - Method in class microsofia.boot.config.RepositoryPolicyConfig
 
setClassifier(String) - Method in class microsofia.boot.config.ArtifactConfig
 
setClassifier(String) - Method in class microsofia.boot.config.ExclusionConfig
 
setDependency(DependencyConfig) - Method in class microsofia.boot.config.Settings
 
setElement(Element[]) - Method in class microsofia.boot.config.Settings
 
setEnabled(boolean) - Method in class microsofia.boot.config.RepositoryPolicyConfig
 
setExclusions(List<ExclusionConfig>) - Method in class microsofia.boot.config.DependencyConfig
 
setExtension(String) - Method in class microsofia.boot.config.ArtifactConfig
 
setExtension(String) - Method in class microsofia.boot.config.ExclusionConfig
 
setGroupId(String) - Method in class microsofia.boot.config.ArtifactConfig
 
setGroupId(String) - Method in class microsofia.boot.config.ExclusionConfig
 
setHost(String) - Method in class microsofia.boot.config.ProxyConfig
 
setId(String) - Method in class microsofia.boot.config.MirrorConfig
Sets the id of the represented mirror remote repository.
setId(String) - Method in class microsofia.boot.config.ProxyConfig
 
setId(String) - Method in class microsofia.boot.config.RepositoryConfig
 
setLocalRepository(String) - Method in class microsofia.boot.config.Settings
 
setMainClass(String) - Method in class microsofia.boot.launch.MainLauncher
 
setMirrorOf(String) - Method in class microsofia.boot.config.MirrorConfig
Sets the id of the mirrored remote repository.
setMirrors(List<MirrorConfig>) - Method in class microsofia.boot.config.Settings
 
setName(String) - Method in class microsofia.boot.config.MirrorConfig
Sets the name of the represented mirror remote repository.
setName(String) - Method in class microsofia.boot.config.PropertiesConfig.PropertyConfig
 
setName(String) - Method in class microsofia.boot.config.RepositoryConfig
 
setOffline(Boolean) - Method in class microsofia.boot.config.Settings
 
setOptional(Boolean) - Method in class microsofia.boot.config.DependencyConfig
 
setParentClassLoader(ClassLoader) - Method in class microsofia.boot.loader.ClassLoaderBuilder
 
setPort(int) - Method in class microsofia.boot.config.ProxyConfig
 
setProperties(Map<String, String>) - Method in class microsofia.boot.config.ArtifactConfig
 
setProtocol(String) - Method in class microsofia.boot.config.ProxyConfig
 
setProxies(List<ProxyConfig>) - Method in class microsofia.boot.config.Settings
 
setReleasePolicy(RepositoryPolicyConfig) - Method in class microsofia.boot.config.RepositoryConfig
 
setRepositories(List<RepositoryConfig>) - Method in class microsofia.boot.config.Settings
 
setRepositorySystem(RepositorySystem) - Method in class microsofia.boot.aether.DependencyResolver
Sets the Aether RepositorySystem
setRepositorySystem(RepositorySystem) - Method in class microsofia.boot.aether.RepositorySystemSessionBuilder
 
setRootNode(DependencyNode) - Method in class microsofia.boot.loader.ClassLoaderBuilder
 
setScope(String) - Method in class microsofia.boot.config.DependencyConfig
 
setSession(RepositorySystemSession) - Method in class microsofia.boot.aether.DependencyResolver
Sets the Aether RepositorySystemSession
setSettings(Settings) - Method in class microsofia.boot.aether.DependencyResolver
Sets the Aether Settings
setSettings(Settings) - Method in class microsofia.boot.aether.RepositorySystemSessionBuilder
 
setSettingsFile(File) - Method in class microsofia.boot.launch.AbstractLauncher
 
setSnapshotPolicy(RepositoryPolicyConfig) - Method in class microsofia.boot.config.RepositoryConfig
 
Settings - Class in microsofia.boot.config
Settings of the Aether session, which looks like the Maven settings file.
Settings() - Constructor for class microsofia.boot.config.Settings
 
settings - Variable in class microsofia.boot.launch.AbstractLauncher
 
SettingsTemplateBuilder - Class in microsofia.boot
Generates a settings template using POJO configuration.
SettingsTemplateBuilder() - Constructor for class microsofia.boot.SettingsTemplateBuilder
 
setUpdatePolicy(String) - Method in class microsofia.boot.config.RepositoryPolicyConfig
 
setUpdatePolicy(String) - Method in class microsofia.boot.config.Settings
 
setUrl(String) - Method in class microsofia.boot.config.MirrorConfig
Sets the URL of the represented mirror remote repository.
setUrl(String) - Method in class microsofia.boot.config.RepositoryConfig
 
setValue(String) - Method in class microsofia.boot.config.PropertiesConfig.PropertyConfig
 
setVersion(String) - Method in class microsofia.boot.config.ArtifactConfig
 
sortedGlobalReourcesHashCodes - Variable in class microsofia.boot.loader.BootClassLoader
 

T

tempResourcesHashCodes - Variable in class microsofia.boot.loader.BootClassLoader
 
toKB(long) - Method in class microsofia.boot.aether.TransferListener
 
toString() - Method in class microsofia.boot.loader.BootClassLoader
 
toString() - Method in class microsofia.boot.loader.NodeClassLoader
 
toString() - Method in class microsofia.boot.loader.resource.FileResource
 
transferCorrupted(TransferEvent) - Method in class microsofia.boot.aether.TransferListener
 
transferFailed(TransferEvent) - Method in class microsofia.boot.aether.TransferListener
 
transferInitiated(TransferEvent) - Method in class microsofia.boot.aether.TransferListener
 
TransferListener - Class in microsofia.boot.aether
Transfer listener that prints on the console.
TransferListener() - Constructor for class microsofia.boot.aether.TransferListener
 
TransferListener(PrintStream) - Constructor for class microsofia.boot.aether.TransferListener
 
transferProgressed(TransferEvent) - Method in class microsofia.boot.aether.TransferListener
 
transferSucceeded(TransferEvent) - Method in class microsofia.boot.aether.TransferListener
 
traverse(AbstractVisitor<T>) - Method in class microsofia.boot.loader.NodeClassLoader
 
traverse(INode) - Method in class microsofia.boot.loader.visitor.AbstractVisitor
 
traverse() - Method in class microsofia.boot.loader.visitor.AbstractVisitor
 

U

unmarshal(PropertiesConfig) - Method in class microsofia.boot.config.PropertiesConfig.PropertiesAdapters
 

V

visit(INode) - Method in class microsofia.boot.loader.visitor.ClassVisitor
 
visit(INode) - Method in interface microsofia.boot.loader.visitor.IVisitor
 
visit(INode) - Method in class microsofia.boot.loader.visitor.LibraryVisitor
 
visit(INode) - Method in class microsofia.boot.loader.visitor.ResourceCacherVisitor
 
visit(INode) - Method in class microsofia.boot.loader.visitor.ResourcesVisitor
 
visit(INode) - Method in class microsofia.boot.loader.visitor.ResourceVisitor
 
visitEnter(DependencyNode) - Method in class microsofia.boot.aether.ConsoleDependencyVisitor
 
visitLeave(DependencyNode) - Method in class microsofia.boot.aether.ConsoleDependencyVisitor
 

W

writeTo(OutputStream) - Method in class microsofia.boot.config.Settings
 
A B C D E F G I J L M N P R S T U V W 
Skip navigation links

Copyright © 2016. All rights reserved.