Uses of Class
org.marid.profile.IdeProfile
| Package | Description |
|---|---|
| org.marid.profile.event | |
| org.marid.profile.exception | |
| org.marid.project |
-
Uses of IdeProfile in org.marid.profile.event
Constructors in org.marid.profile.event with parameters of type IdeProfile Constructor Description AddProjectEvent(IdeProfile source, IdeProject project)RemoveProjectEvent(IdeProfile source, IdeProject project) -
Uses of IdeProfile in org.marid.profile.exception
Constructors in org.marid.profile.exception with parameters of type IdeProfile Constructor Description IdeProfileCloseException(IdeProfile profile) -
Uses of IdeProfile in org.marid.project
Methods in org.marid.project that return IdeProfile Modifier and Type Method Description IdeProfileIdeProject. getProfile()Constructors in org.marid.project with parameters of type IdeProfile Constructor Description IdeProject(IdeProfile profile, org.springframework.context.support.GenericApplicationContext context)