public interface DefaultProfileResolver
Profile instance.
Instances are created once via ProofInitServiceUtil.getDefaultProfile(String)
and reused all the time. This means that DefaultProfileResolver are singletons and should not have a state.
| Modifier and Type | Method and Description |
|---|---|
Profile |
getDefaultProfile()
Returns the default
Profile instance. |
java.lang.String |
getProfileName()
Returns the profile name.
|