public final class SelectedProfile extends Object
ProfileManager.SELECTED_PROFILE_PROPERTY
is a SelectedProfile
object.Modifier and Type | Field and Description |
---|---|
URL |
documentURL
The URL of the document for which
profilingURL
has been selected. |
boolean |
isDefaultURL
true if profilingURL has been specified in
configuration attribute configuration/profiling/@location
false otherwise. |
URL |
profilingURL
The profiling URL.
|
Constructor and Description |
---|
SelectedProfile(URL documentURL,
URL profilingURL,
boolean isDefaultURL)
Constructs a SelectedProfile.
|
public final URL documentURL
profilingURL
has been selected.public final URL profilingURL
null
which means: no profiling
for document documentURL
.
ProfileSet
) possibly having a fragment specifying
the ID of the selected profile.
public final boolean isDefaultURL
true
if profilingURL
has been specified in
configuration attribute configuration/profiling/@location
false
otherwise.