@Override @NotNull @Tag("environment-variables") @MapAnnotation(surroundWithTag = false, surroundKeyWithTag = false, surroundValueWithTag = false) public Map<String, String> getEnvironmentVariables() { return myEnvironmentVariables; }
@Tag("layouts") @Property(surroundWithTag = false) @MapAnnotation(surroundWithTag = false, surroundValueWithTag = false, surroundKeyWithTag = false, keyAttributeName = "url", entryTagName = "layout") public Map<String, ConfigurationFileState> getUrlToStateMap() { return myUrlToStateMap; }
/** * @return the last successful authentications */ @Property(surroundWithTag = false) @MapAnnotation(surroundKeyWithTag = false, surroundValueWithTag = false, surroundWithTag = false, entryTagName = "successfulAuthentication", keyAttributeName = "user", valueAttributeName = "method") public Map<String, String> getLastSuccessful() { return myLastSuccessful; }
public MapBinding(ParameterizedType type, Accessor accessor) { Type[] arguments = type.getActualTypeArguments(); Type keyType = arguments[0]; Type valueType = arguments[1]; myKeyBinding = XmlSerializerImpl.getBinding(keyType); myValueBinding = XmlSerializerImpl.getBinding(valueType); myMapAnnotation = XmlSerializerImpl.findAnnotation(accessor.getAnnotations(), MapAnnotation.class); }
@Tag("layouts") @Property(surroundWithTag = false) @MapAnnotation(surroundWithTag = false, surroundValueWithTag = false, surroundKeyWithTag = false, keyAttributeName = "url", entryTagName = "layout") public Map<String, RenderConfigurationFileState> getUrlToStateMap() { return myUrlToStateMap; }
@Tag("customStates") @Property(surroundWithTag = false) @MapAnnotation( surroundWithTag = false, keyAttributeName = "state", valueAttributeName = "name", surroundKeyWithTag = false, surroundValueWithTag = false ) public Map<TaskState, String> getCustomStateNames() { return myCustomStateNames; }
@Property(surroundWithTag = false) @MapAnnotation(surroundKeyWithTag = false, surroundWithTag = false, surroundValueWithTag = false, entryTagName = "facet-type-state", keyAttributeName = "type") public Map<String, FacetTypeStateBean> getFacetTypeElements() { return myFacetTypeElements; }
@Property(surroundWithTag = false) @MapAnnotation(surroundKeyWithTag = false, surroundWithTag = false, surroundValueWithTag = false, entryTagName = "history-entry", keyAttributeName = "file") public Map<String, ConfigurationBean> getHistoryElements() { return myHistoryElements; }
@Property(surroundWithTag = false) @MapAnnotation(surroundWithTag = false, surroundValueWithTag = false, surroundKeyWithTag = false, keyAttributeName = "id", entryTagName = "system") public Map<String, State> getExternalSystemsState() { return myExternalSystemsState; }
@Property(surroundWithTag = false) @MapAnnotation(keyAttributeName = "path", entryTagName = "task", surroundWithTag = false, surroundValueWithTag = false, surroundKeyWithTag = false, sortBeforeSave = false) public Map<String, TaskActivationState> getExternalSystemsTaskActivation() { return myExternalSystemsTaskActivation; }
@MapAnnotation(surroundKeyWithTag = false, surroundValueWithTag = false) public Map<String, String> getSelectedProviders() { return mySelectedProviders; }
public MapBinding(@NotNull MutableAccessor accessor) { super(accessor); myMapAnnotation = accessor.getAnnotation(MapAnnotation.class); }
@NotNull @MapAnnotation(entryTagName = "disabled-postfix-templates", keyAttributeName = "lang", surroundWithTag = false) public Map<String, Set<String>> getLangDisabledTemplates() { return myLangToDisabledTemplates; }
@Tag("default-configurations") @MapAnnotation(surroundWithTag = false, surroundKeyWithTag = false, surroundValueWithTag = false, //entryTagName = "default-configuration", keyAttributeName = "facet-type") public Map<String, DefaultFacetConfigurationState> getDefaultConfigurations() { return myDefaultConfigurations; }
@Tag("resolved-infos") @MapAnnotation(surroundWithTag = false) public Map<String, MavenArtifactResolvedInfo> getResolvedInfoMap() { return myResolvedInfoMap; }
@Tag("artifacts") @MapAnnotation(surroundWithTag = false) public Map<String, String> getArtifactFilesMap() { return myArtifactFilesMap; }
@OptionTag("profilesMap") @MapAnnotation(sortBeforeSave = false) public Map<String, Boolean> getProfilesMap() { return myProfilesMap; }
@SuppressWarnings("unused") @Tag("settings") @MapAnnotation(surroundWithTag = false) public Map<String, String> getValues() { return values; }
public MapBinding(@Nonnull MutableAccessor accessor) { super(accessor); myMapAnnotation = accessor.getAnnotation(MapAnnotation.class); }
@Nonnull @MapAnnotation(entryTagName = "disabled-postfix-templates", keyAttributeName = "lang", surroundWithTag = false) public Map<String, Set<String>> getLangDisabledTemplates() { return myLangToDisabledTemplates; }