Uses of Class
org.marid.project.IdeProject
| Package | Description |
|---|---|
| org.marid.profile | |
| org.marid.profile.event | |
| org.marid.project.ivy | |
| org.marid.project.ivy.event |
-
Uses of IdeProject in org.marid.profile
Methods in org.marid.profile that return IdeProject Modifier and Type Method Description IdeProjectIdeProfile. addProject(java.lang.String name) -
Uses of IdeProject in org.marid.profile.event
Methods in org.marid.profile.event that return IdeProject Modifier and Type Method Description IdeProjectAddProjectEvent. getProject()IdeProjectRemoveProjectEvent. getProject()Constructors in org.marid.profile.event with parameters of type IdeProject Constructor Description AddProjectEvent(IdeProfile source, IdeProject project)RemoveProjectEvent(IdeProfile source, IdeProject project) -
Uses of IdeProject in org.marid.project.ivy
Methods in org.marid.project.ivy with parameters of type IdeProject Modifier and Type Method Description org.apache.ivy.core.event.EventManagerIvyContext. eventManager(IdeProject project, org.springframework.context.support.GenericApplicationContext context)org.apache.ivy.IvyIvyContext. ivy(IdeProject project, org.apache.ivy.core.event.EventManager eventManager, java.util.List<org.apache.ivy.plugins.resolver.DependencyResolver> dependencyResolvers, IvyLogHandler logHandler)java.net.URLClassLoaderIvyContext. ivyClassLoader(IdeProject project)Constructors in org.marid.project.ivy with parameters of type IdeProject Constructor Description IvyLogHandler(org.springframework.context.support.GenericApplicationContext context, IdeProject project) -
Uses of IdeProject in org.marid.project.ivy.event
Constructors in org.marid.project.ivy.event with parameters of type IdeProject Constructor Description IvyLogEvent(org.springframework.context.support.GenericApplicationContext context, IdeProject source, java.lang.System.Logger.Level level, java.lang.String message)IvyProgressEvent(org.springframework.context.support.GenericApplicationContext context, IdeProject source, boolean start, java.lang.String message)IvyTransferEvent(org.springframework.context.support.GenericApplicationContext context, IdeProject source, org.apache.ivy.plugins.repository.TransferEvent data)