A B C D E F G H I J K L M O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractAzureMojo - Class in com.microsoft.azure.maven
-
Base abstract class for all Azure Mojos.
- AbstractAzureMojo() - Constructor for class com.microsoft.azure.maven.AbstractAzureMojo
- AbstractAzureMojo.DefaultUncaughtExceptionHandler - Class in com.microsoft.azure.maven
- AbstractAzureMojo.RunnableWithException - Interface in com.microsoft.azure.maven
- accountLogin(AuthConfiguration) - Static method in class com.microsoft.azure.maven.AbstractAzureMojo
- addDomWithKeyValue(Element, String, Object) - Static method in class com.microsoft.azure.maven.utils.XmlUtils
- addDomWithValueList(Element, String, String, List<String>) - Static method in class com.microsoft.azure.maven.utils.XmlUtils
- addPluginNode(Element, PluginDescriptor) - Static method in class com.microsoft.azure.maven.utils.PomUtils
- addResourcesConfig(Element, List<Resource>) - Static method in class com.microsoft.azure.maven.utils.MavenConfigUtils
- afterMojoExecution() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- allowTelemetry - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
-
Boolean flag to turn on/off telemetry within current Maven plugin.
- anotherShouldAppendColon(String) - Static method in class com.microsoft.azure.maven.utils.CustomTextIoStringListReader
-
shouldAppendColon in InputReader is private, we need to call it in printPrompt, so we make a copied version which is exact same as shouldAppendColon
- ARTIFACT_EXTENSIONS - Static variable in class com.microsoft.azure.maven.utils.MavenArtifactUtils
- ARTIFACT_NOT_SUPPORTED - Static variable in class com.microsoft.azure.maven.utils.MavenArtifactUtils
- artifactFile - Variable in class com.microsoft.azure.maven.JavaProject
- assureInputFromUser(String, Enum, String) - Method in class com.microsoft.azure.maven.queryer.MavenPluginQueryer
- assureInputFromUser(String, String, String, String, String) - Method in class com.microsoft.azure.maven.queryer.MavenPluginQueryer
- assureInputFromUser(String, String, String, String, String) - Method in class com.microsoft.azure.maven.queryer.MavenPluginQueryerBatchModeDefaultImpl
- assureInputFromUser(String, String, String, String, String) - Method in class com.microsoft.azure.maven.queryer.TextIOMavenPluginQueryer
- assureInputFromUser(String, String, List<String>, String) - Method in class com.microsoft.azure.maven.queryer.MavenPluginQueryer
- assureInputFromUser(String, String, List<String>, String) - Method in class com.microsoft.azure.maven.queryer.MavenPluginQueryerBatchModeDefaultImpl
- assureInputFromUser(String, String, List<String>, String) - Method in class com.microsoft.azure.maven.queryer.TextIOMavenPluginQueryer
- assureInputFromUser(String, String, BidiMap<String, String>, String) - Method in class com.microsoft.azure.maven.queryer.MavenPluginQueryer
- auth - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
-
Configuration for maven plugin authentication Parameters for authentication type: specify which authentication method to use, default to be `auto`: service_principal : Will use credential specified in plugin configuration or Maven settings.xml, this is also the first priority authentication method in auto managed identity : Will use the system managed credential managed by azure azure_cli : Will use credential provided by Azure CLI, this could also be used in Azure Cloud Shell oauth2 : Will use credential provided by oauth2, a browser will be opened, you need to follow the page to follow the login process device_code : Similar to oauth2, it provides you a login-code together with an url, you need to open a browser at any machine and fill-in the login-code, then you can follow the page to follow to finish the login process on the web page auto: The default auth type, it will try all the auth methods in the following sequence: service_principal, managed identity, azure_cli, oauth2, device_code environment: Specifies the target Azure cloud environment
- AUTH_METHOD - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
- AUTH_TYPE - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
- authType - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
-
Deprecated.
- AZURE_ENVIRONMENT - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
- azureAccount - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
- AzureAuthFailureException - Exception in com.microsoft.azure.maven.auth
- AzureAuthFailureException(String) - Constructor for exception com.microsoft.azure.maven.auth.AzureAuthFailureException
B
- baseDirectory - Variable in class com.microsoft.azure.maven.JavaProject
- beforeMojoExecution() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- buildAuthConfiguration(MavenSession, SettingsDecrypter, MavenAuthConfiguration) - Static method in class com.microsoft.azure.maven.utils.MavenAuthUtils
- buildAuthConfigurationByServerId(MavenSession, SettingsDecrypter, String) - Static method in class com.microsoft.azure.maven.auth.MavenSettingHelper
-
Build maven auth configuration from serverId.
- buildDirectory - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
- buildDirectory - Variable in class com.microsoft.azure.maven.JavaProject
C
- certificate - Variable in class com.microsoft.azure.maven.model.MavenAuthConfiguration
- certificatePassword - Variable in class com.microsoft.azure.maven.model.MavenAuthConfiguration
- checkAccountAvailable(Account) - Static method in class com.microsoft.azure.maven.AbstractAzureMojo
- checkExistSchema(String, String) - Method in class com.microsoft.azure.maven.prompt.SchemaValidator
- checkSubscription(List<Subscription>, String) - Static method in class com.microsoft.azure.maven.AbstractAzureMojo
- classesOutputDirectory - Variable in class com.microsoft.azure.maven.JavaProject
- client - Variable in class com.microsoft.azure.maven.model.MavenAuthConfiguration
- close() - Method in class com.microsoft.azure.maven.prompt.DefaultPrompter
- close() - Method in class com.microsoft.azure.maven.queryer.MavenPluginQueryer
- close() - Method in class com.microsoft.azure.maven.queryer.MavenPluginQueryerBatchModeDefaultImpl
- close() - Method in class com.microsoft.azure.maven.queryer.TextIOMavenPluginQueryer
- collectDependencyPaths(Set<Artifact>) - Static method in class com.microsoft.azure.maven.ProjectUtils
- collectSingleProperty(String, String, JsonNode) - Method in class com.microsoft.azure.maven.prompt.SchemaValidator
- columnNumber - Variable in class com.microsoft.azure.maven.utils.PomUtils.LocationAwareElement
- com.microsoft.azure.maven - package com.microsoft.azure.maven
- com.microsoft.azure.maven.auth - package com.microsoft.azure.maven.auth
- com.microsoft.azure.maven.exception - package com.microsoft.azure.maven.exception
- com.microsoft.azure.maven.model - package com.microsoft.azure.maven.model
- com.microsoft.azure.maven.prompt - package com.microsoft.azure.maven.prompt
- com.microsoft.azure.maven.queryer - package com.microsoft.azure.maven.queryer
- com.microsoft.azure.maven.utils - package com.microsoft.azure.maven.utils
- com.microsoft.azure.toolkit.maven.common.action - package com.microsoft.azure.toolkit.maven.common.action
- com.microsoft.azure.toolkit.maven.common.messager - package com.microsoft.azure.toolkit.maven.common.messager
- com.microsoft.azure.toolkit.maven.common.task - package com.microsoft.azure.toolkit.maven.common.task
- combineToKey(String, String) - Static method in class com.microsoft.azure.maven.prompt.SchemaValidator
- compareTo(SubscriptionOption) - Method in class com.microsoft.azure.maven.model.SubscriptionOption
- compareTo(SubscriptionOption2) - Method in class com.microsoft.azure.maven.model.SubscriptionOption2
- CONFIGURATION_PATH - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
- convertCommonProject(MavenProject) - Static method in class com.microsoft.azure.maven.ProjectUtils
- convertToAuthConfiguration(MavenAuthConfiguration) - Static method in class com.microsoft.azure.maven.utils.MavenAuthUtils
- createContentHandler(XMLReader) - Method in class com.microsoft.azure.maven.utils.PomUtils.CustomSAXReader
- createElement(QName) - Method in class com.microsoft.azure.maven.utils.PomUtils.LocatorAwareDocumentFactory
- customPrompt - Variable in class com.microsoft.azure.maven.utils.CustomTextIoStringListReader
- CustomSAXContentHandler(DocumentFactory, ElementHandler) - Constructor for class com.microsoft.azure.maven.utils.PomUtils.CustomSAXContentHandler
- CustomSAXReader() - Constructor for class com.microsoft.azure.maven.utils.PomUtils.CustomSAXReader
- CustomTextIoStringListReader<T> - Class in com.microsoft.azure.maven.utils
-
A custom InputReader for handing the custom list prompt text rather than "Enter your choice" which is not changeable in Text.IO.
- CustomTextIoStringListReader(Supplier<TextTerminal<?>>, Function<String, InputReader.ParseResult<T>>) - Constructor for class com.microsoft.azure.maven.utils.CustomTextIoStringListReader
D
- decorateValue(Object, IAzureMessage) - Method in class com.microsoft.azure.toolkit.maven.common.messager.MavenAzureMessager
- decryptMavenSettingProperty(SettingsDecrypter, String, String) - Static method in class com.microsoft.azure.maven.auth.MavenSettingHelper
- DEFAULT_DIRECTORY - Static variable in class com.microsoft.azure.maven.utils.MavenConfigUtils
- DEFAULT_INCLUDE - Static variable in class com.microsoft.azure.maven.utils.MavenConfigUtils
- DefaultPrompter - Class in com.microsoft.azure.maven.prompt
- DefaultPrompter() - Constructor for class com.microsoft.azure.maven.prompt.DefaultPrompter
- DefaultUncaughtExceptionHandler() - Constructor for class com.microsoft.azure.maven.AbstractAzureMojo.DefaultUncaughtExceptionHandler
- dependencies - Variable in class com.microsoft.azure.maven.JavaProject
- DeploymentResource - Class in com.microsoft.azure.maven.model
- DeploymentResource() - Constructor for class com.microsoft.azure.maven.model.DeploymentResource
- disableIdentityLogs() - Static method in class com.microsoft.azure.maven.utils.MavenAuthUtils
- documentFactory - Variable in class com.microsoft.azure.maven.utils.PomUtils.CustomSAXContentHandler
- doExecute() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
-
Entry point of sub-class.
- doRead(Runnable, AzureTask<?>) - Method in class com.microsoft.azure.toolkit.maven.common.task.MavenAzureTaskManager
- doRunAndWait(Runnable, AzureTask<?>) - Method in class com.microsoft.azure.toolkit.maven.common.task.MavenAzureTaskManager
- doRunInBackground(Runnable, AzureTask<?>) - Method in class com.microsoft.azure.toolkit.maven.common.task.MavenAzureTaskManager
- doRunInModal(Runnable, AzureTask<?>) - Method in class com.microsoft.azure.toolkit.maven.common.task.MavenAzureTaskManager
- doRunLater(Runnable, AzureTask<?>) - Method in class com.microsoft.azure.toolkit.maven.common.task.MavenAzureTaskManager
- doRunOnPooledThread(Runnable, AzureTask<?>) - Method in class com.microsoft.azure.toolkit.maven.common.task.MavenAzureTaskManager
- doServicePrincipalLogin(AuthConfiguration) - Static method in class com.microsoft.azure.maven.AbstractAzureMojo
- doWrite(Runnable, AzureTask<?>) - Method in class com.microsoft.azure.toolkit.maven.common.task.MavenAzureTaskManager
E
- EMPTY_REPLACEMENT - Static variable in class com.microsoft.azure.maven.prompt.DefaultPrompter
- environment - Variable in class com.microsoft.azure.maven.model.MavenAuthConfiguration
- error(String) - Static method in class com.microsoft.azure.maven.prompt.InputValidateResult
- errorMessage - Variable in class com.microsoft.azure.maven.prompt.InputValidateResult
- eval(String, Map<String, Object>) - Static method in class com.microsoft.azure.maven.utils.TemplateUtils
- evalBoolean(String, Map<String, Object>) - Static method in class com.microsoft.azure.maven.utils.TemplateUtils
-
Evaluate the template expression to boolean using a variable map.
- evalInline(String, Map<String, Object>) - Static method in class com.microsoft.azure.maven.utils.TemplateUtils
- evalPlainText(String, Map<String, Object>) - Static method in class com.microsoft.azure.maven.utils.TemplateUtils
-
Evaluate the template expression using a variable map.
- evalText(String, Map<String, Object>) - Static method in class com.microsoft.azure.maven.utils.TemplateUtils
-
Evaluate the template expression using a variable map.
- execute() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- executeWithTimeRecorder(AbstractAzureMojo.RunnableWithException, String) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
F
- failsOnError - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
-
Boolean flag to control whether throwing exception from current Maven plugin when meeting any error.
- findFirstAvailableAccount(AuthConfiguration) - Static method in class com.microsoft.azure.maven.AbstractAzureMojo
- FIRST_RUN_KEY - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
- formatNode(String, PomUtils.LocationAwareElement, Element) - Static method in class com.microsoft.azure.maven.utils.PomUtils
- formatValidationResults(ProcessingReport) - Method in class com.microsoft.azure.maven.prompt.SchemaValidator
- FOUND_VALID_VALUE - Static variable in class com.microsoft.azure.maven.queryer.TextIOMavenPluginQueryer
- FTP_ROOT - Static variable in class com.microsoft.azure.maven.model.DeploymentResource
G
- getAbsoluteTargetPath() - Method in class com.microsoft.azure.maven.model.DeploymentResource
- getAction(Action.Id<D>) - Method in class com.microsoft.azure.toolkit.maven.common.action.MavenActionManager
- getActualAuthType() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- getArtifactFiles(MavenProject) - Static method in class com.microsoft.azure.maven.utils.MavenArtifactUtils
- getArtifacts(List<Resource>) - Static method in class com.microsoft.azure.maven.utils.MavenArtifactUtils
- getArtifacts(Resource) - Static method in class com.microsoft.azure.maven.utils.MavenArtifactUtils
- getAuthType() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- getAzureAccount() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- getBuildDirectoryAbsolutePath() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- getChildValue(Element, String) - Static method in class com.microsoft.azure.maven.utils.XmlUtils
- getColumnNumber() - Method in class com.microsoft.azure.maven.utils.PomUtils.LocationAwareElement
- getDefaultResources() - Static method in class com.microsoft.azure.maven.utils.MavenConfigUtils
- getErrorMessage() - Method in class com.microsoft.azure.maven.prompt.InputValidateResult
- getExecutableJarFiles(Collection<File>) - Static method in class com.microsoft.azure.maven.utils.MavenArtifactUtils
- getGroup(String) - Method in class com.microsoft.azure.toolkit.maven.common.action.MavenActionManager
- getInitValue(String) - Method in class com.microsoft.azure.maven.queryer.MavenPluginQueryer
- getInstallationId() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- getLineNumber() - Method in class com.microsoft.azure.maven.utils.PomUtils.LocationAwareElement
- getObj() - Method in class com.microsoft.azure.maven.prompt.InputValidateResult
- getOrCreateNode(Element, String...) - Static method in class com.microsoft.azure.maven.utils.PomUtils
- getPluginConfigNode(PluginDescriptor, File) - Static method in class com.microsoft.azure.maven.utils.PomUtils
- getPluginConfiguration(MavenProject, String) - Static method in class com.microsoft.azure.maven.utils.MavenConfigUtils
- getPluginConfiguration(MavenProject, String) - Static method in class com.microsoft.azure.maven.utils.MavenUtils
- getPluginFromMavenModel(Model, String) - Static method in class com.microsoft.azure.maven.utils.MavenUtils
- getPluginName() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- getPluginVersion() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- getProjectDependencies() - Method in class com.microsoft.azure.maven.JavaProject
- getPromptString(String) - Method in class com.microsoft.azure.maven.queryer.TextIOMavenPluginQueryer
- getPropertyValue(Xpp3Dom, String) - Static method in class com.microsoft.azure.maven.auth.MavenSettingHelper
-
Get string value from server configuration section in settings.xml.
- getQueryer(Settings) - Static method in class com.microsoft.azure.maven.queryer.QueryFactory
- getSchemaMap(String, String) - Method in class com.microsoft.azure.maven.prompt.SchemaValidator
- getSubscription() - Method in class com.microsoft.azure.maven.model.SubscriptionOption
- getSubscription() - Method in class com.microsoft.azure.maven.model.SubscriptionOption2
- getSubscriptionId() - Method in class com.microsoft.azure.maven.model.SubscriptionOption2
- getSubscriptionName() - Method in class com.microsoft.azure.maven.model.SubscriptionOption
- getSubscriptionName() - Method in class com.microsoft.azure.maven.model.SubscriptionOption2
- getSubscriptionName(Subscription) - Static method in class com.microsoft.azure.maven.model.SubscriptionOption2
- getSubscriptionName(Subscription) - Static method in class com.microsoft.azure.maven.model.SubscriptionOption
- getTargetSubscriptionId(String, List<Subscription>, List<Subscription>) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- getTelemetryProperties() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- getTextTerminal() - Static method in class com.microsoft.azure.maven.utils.TextIOUtils
- getUserAgent() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
H
- handleDeviceCodeAccount(Account) - Static method in class com.microsoft.azure.maven.AbstractAzureMojo
- highlightDefaultValue(String) - Static method in class com.microsoft.azure.maven.AbstractAzureMojo
I
- infoWithMultipleLines(String) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- initMavenSettingsProxy(MavenExecutionRequest) - Static method in class com.microsoft.azure.maven.AbstractAzureMojo
- initTelemetryProxy() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- injectCommandLineParameter(String, Object, Class) - Static method in class com.microsoft.azure.maven.utils.SystemPropertyUtils
- inner - Variable in class com.microsoft.azure.maven.model.SubscriptionOption
- inner - Variable in class com.microsoft.azure.maven.model.SubscriptionOption2
- InputValidateResult<T> - Class in com.microsoft.azure.maven.prompt
- InputValidateResult() - Constructor for class com.microsoft.azure.maven.prompt.InputValidateResult
- INSTALLATION_ID_KEY - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
- installationId - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
- INVALID_AZURE_ENVIRONMENT - Static variable in class com.microsoft.azure.maven.utils.MavenAuthUtils
- IPrompter - Interface in com.microsoft.azure.maven.prompt
- isExecutableJar(File) - Static method in class com.microsoft.azure.maven.utils.MavenArtifactUtils
- isExternalResource() - Method in class com.microsoft.azure.maven.model.DeploymentResource
- isFirstRun(Properties) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- isJarPackaging(MavenProject) - Static method in class com.microsoft.azure.maven.utils.MavenConfigUtils
- isJarProject() - Method in class com.microsoft.azure.maven.JavaProject
- isOneDeployResource() - Method in class com.microsoft.azure.maven.model.DeploymentResource
- isPomPackaging(MavenProject) - Static method in class com.microsoft.azure.maven.utils.MavenConfigUtils
- isPropertyEncrypted(String) - Static method in class com.microsoft.azure.maven.auth.MavenSettingHelper
- isSkipMojo() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
-
Sub-class can override this method to decide whether skip execution.
- isValidIntRangeInput(String) - Static method in class com.microsoft.azure.maven.prompt.DefaultPrompter
- isWarProject() - Method in class com.microsoft.azure.maven.JavaProject
J
- JAR - Static variable in class com.microsoft.azure.maven.utils.MavenConfigUtils
- JavaProject - Class in com.microsoft.azure.maven
- JavaProject() - Constructor for class com.microsoft.azure.maven.JavaProject
- JVM_UP_TIME - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
K
- key - Variable in class com.microsoft.azure.maven.model.MavenAuthConfiguration
L
- lineNumber - Variable in class com.microsoft.azure.maven.utils.PomUtils.LocationAwareElement
- LocationAwareElement(String) - Constructor for class com.microsoft.azure.maven.utils.PomUtils.LocationAwareElement
- LocationAwareElement(String, Namespace) - Constructor for class com.microsoft.azure.maven.utils.PomUtils.LocationAwareElement
- LocationAwareElement(QName) - Constructor for class com.microsoft.azure.maven.utils.PomUtils.LocationAwareElement
- LocationAwareElement(QName, int) - Constructor for class com.microsoft.azure.maven.utils.PomUtils.LocationAwareElement
- locator - Variable in class com.microsoft.azure.maven.utils.PomUtils.LocatorAwareDocumentFactory
- LocatorAwareDocumentFactory() - Constructor for class com.microsoft.azure.maven.utils.PomUtils.LocatorAwareDocumentFactory
- login(AuthConfiguration) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- loopInput(T, boolean, boolean, String, String, Function<String, InputValidateResult<T>>) - Method in class com.microsoft.azure.maven.prompt.DefaultPrompter
M
- mapper - Variable in class com.microsoft.azure.maven.prompt.SchemaValidator
- MavenActionManager - Class in com.microsoft.azure.toolkit.maven.common.action
- MavenActionManager() - Constructor for class com.microsoft.azure.toolkit.maven.common.action.MavenActionManager
- MavenArtifactUtils - Class in com.microsoft.azure.maven.utils
- MavenArtifactUtils() - Constructor for class com.microsoft.azure.maven.utils.MavenArtifactUtils
- MavenAuthConfiguration - Class in com.microsoft.azure.maven.model
- MavenAuthConfiguration() - Constructor for class com.microsoft.azure.maven.model.MavenAuthConfiguration
- MavenAuthUtils - Class in com.microsoft.azure.maven.utils
- MavenAuthUtils() - Constructor for class com.microsoft.azure.maven.utils.MavenAuthUtils
- MavenAzureMessager - Class in com.microsoft.azure.toolkit.maven.common.messager
- MavenAzureMessager() - Constructor for class com.microsoft.azure.toolkit.maven.common.messager.MavenAzureMessager
- MavenAzureTaskManager - Class in com.microsoft.azure.toolkit.maven.common.task
- MavenAzureTaskManager() - Constructor for class com.microsoft.azure.toolkit.maven.common.task.MavenAzureTaskManager
- MavenConfigUtils - Class in com.microsoft.azure.maven.utils
- MavenConfigUtils() - Constructor for class com.microsoft.azure.maven.utils.MavenConfigUtils
- MavenDecryptException - Exception in com.microsoft.azure.maven.exception
- MavenDecryptException(String) - Constructor for exception com.microsoft.azure.maven.exception.MavenDecryptException
- MavenPluginQueryer - Class in com.microsoft.azure.maven.queryer
- MavenPluginQueryer() - Constructor for class com.microsoft.azure.maven.queryer.MavenPluginQueryer
- MavenPluginQueryerBatchModeDefaultImpl - Class in com.microsoft.azure.maven.queryer
- MavenPluginQueryerBatchModeDefaultImpl() - Constructor for class com.microsoft.azure.maven.queryer.MavenPluginQueryerBatchModeDefaultImpl
- mavenResourcesFiltering - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
- MavenSettingHelper - Class in com.microsoft.azure.maven.auth
- MavenSettingHelper() - Constructor for class com.microsoft.azure.maven.auth.MavenSettingHelper
- MavenUtils - Class in com.microsoft.azure.maven.utils
- MavenUtils() - Constructor for class com.microsoft.azure.maven.utils.MavenUtils
- MULTI_ARTIFACT - Static variable in class com.microsoft.azure.maven.utils.MavenArtifactUtils
O
- obj - Variable in class com.microsoft.azure.maven.prompt.InputValidateResult
- onMojoError(Throwable) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- onSkipped() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
P
- parseIntRanges(String, int) - Static method in class com.microsoft.azure.maven.prompt.DefaultPrompter
- plugin - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
- PLUGIN_NAME_KEY - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
- PLUGIN_VERSION_KEY - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
- POM - Static variable in class com.microsoft.azure.maven.utils.MavenConfigUtils
- PomUtils - Class in com.microsoft.azure.maven.utils
- PomUtils() - Constructor for class com.microsoft.azure.maven.utils.PomUtils
- PomUtils.CustomSAXContentHandler - Class in com.microsoft.azure.maven.utils
- PomUtils.CustomSAXReader - Class in com.microsoft.azure.maven.utils
- PomUtils.LocationAwareElement - Class in com.microsoft.azure.maven.utils
-
An Element that is aware of it location (line number in) in the source document
- PomUtils.LocatorAwareDocumentFactory - Class in com.microsoft.azure.maven.utils
- prettyPrintElementNoNamespace(Element) - Static method in class com.microsoft.azure.maven.utils.XmlUtils
- printCredentialDescription(Account, boolean) - Static method in class com.microsoft.azure.maven.AbstractAzureMojo
- printOptionList(String, List<T>, T, Function<T, String>) - Static method in class com.microsoft.azure.maven.prompt.DefaultPrompter
- printPrompt(List<String>, TextTerminal<?>) - Method in class com.microsoft.azure.maven.utils.CustomTextIoStringListReader
- PRIVACY_STATEMENT - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
- project - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
- projectName - Variable in class com.microsoft.azure.maven.JavaProject
- ProjectUtils - Class in com.microsoft.azure.maven
- ProjectUtils() - Constructor for class com.microsoft.azure.maven.ProjectUtils
- promoteMultipleEntities(String, String, String, List<T>, Function<T, String>, boolean, String, List<T>) - Method in class com.microsoft.azure.maven.prompt.DefaultPrompter
- promoteMultipleEntities(String, String, String, List<T>, Function<T, String>, boolean, String, List<T>) - Method in interface com.microsoft.azure.maven.prompt.IPrompter
-
Promote user to choose some entities from a known list.
- promoteSingleEntity(String, String, List<T>, T, Function<T, String>, boolean) - Method in class com.microsoft.azure.maven.prompt.DefaultPrompter
- promoteSingleEntity(String, String, List<T>, T, Function<T, String>, boolean) - Method in interface com.microsoft.azure.maven.prompt.IPrompter
-
Promote user to choose a single entity from a known list.
- promoteString(String, String, Function<String, InputValidateResult<String>>, boolean) - Method in class com.microsoft.azure.maven.prompt.DefaultPrompter
- promoteString(String, String, Function<String, InputValidateResult<String>>, boolean) - Method in interface com.microsoft.azure.maven.prompt.IPrompter
-
Promote user to input a text value through a terminal.
- promoteYesNo(String, Boolean, boolean) - Method in class com.microsoft.azure.maven.prompt.DefaultPrompter
- promoteYesNo(String, Boolean, boolean) - Method in interface com.microsoft.azure.maven.prompt.IPrompter
-
Promote user to choose YES or NO through a terminal.
- PROMPT_STRING_WITHOUT_DEFAULTVALUE - Static variable in class com.microsoft.azure.maven.queryer.TextIOMavenPluginQueryer
- promptAzureEnvironment(AzureEnvironment) - Static method in class com.microsoft.azure.maven.AbstractAzureMojo
- promptForOAuthOrDeviceCodeLogin(AuthType) - Static method in class com.microsoft.azure.maven.AbstractAzureMojo
- PROXY - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
- putPropertyIfNotExist(String, String) - Static method in class com.microsoft.azure.maven.utils.MavenAuthUtils
Q
- QueryFactory - Class in com.microsoft.azure.maven.queryer
- QueryFactory() - Constructor for class com.microsoft.azure.maven.queryer.QueryFactory
R
- reader - Variable in class com.microsoft.azure.maven.prompt.DefaultPrompter
- recordJvmUpTime(Map<String, String>) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- REGEX_COMMA_SEPARATED_INTEGER_RANGES - Static variable in class com.microsoft.azure.maven.prompt.DefaultPrompter
- REGEX_NEXT_INTEGER_RANGE - Static variable in class com.microsoft.azure.maven.prompt.DefaultPrompter
- register() - Static method in class com.microsoft.azure.toolkit.maven.common.action.MavenActionManager
- registerAction(Action.Id<D>, Action<D>) - Method in class com.microsoft.azure.toolkit.maven.common.action.MavenActionManager
- registerGroup(String, ActionGroup) - Method in class com.microsoft.azure.toolkit.maven.common.action.MavenActionManager
- removeAllNamespaces(Element) - Static method in class com.microsoft.azure.maven.utils.XmlUtils
- removeNamespaces(List) - Static method in class com.microsoft.azure.maven.utils.XmlUtils
-
Recursively removes the namespace of the list and all its children: sets to Namespace.NO_NAMESPACE
- run() - Method in interface com.microsoft.azure.maven.AbstractAzureMojo.RunnableWithException
S
- schemaMap - Variable in class com.microsoft.azure.maven.prompt.SchemaValidator
- schemas - Variable in class com.microsoft.azure.maven.prompt.SchemaValidator
- SchemaValidator - Class in com.microsoft.azure.maven.prompt
- SchemaValidator() - Constructor for class com.microsoft.azure.maven.prompt.SchemaValidator
- selectSubscription() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- selectSubscription(Subscription[]) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- serialVersionUID - Static variable in exception com.microsoft.azure.maven.auth.AzureAuthFailureException
- serialVersionUID - Static variable in exception com.microsoft.azure.maven.exception.MavenDecryptException
- serialVersionUID - Static variable in class com.microsoft.azure.maven.utils.PomUtils.LocationAwareElement
- serialVersionUID - Static variable in class com.microsoft.azure.maven.utils.PomUtils.LocatorAwareDocumentFactory
- serverId - Variable in class com.microsoft.azure.maven.model.MavenAuthConfiguration
- session - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
- SESSION_ID_KEY - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
- sessionId - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
- setColumnNumber(int) - Method in class com.microsoft.azure.maven.utils.PomUtils.LocationAwareElement
- setDocumentFactory(DocumentFactory) - Method in class com.microsoft.azure.maven.utils.PomUtils.CustomSAXReader
- setDocumentLocator(Locator) - Method in class com.microsoft.azure.maven.utils.PomUtils.CustomSAXContentHandler
- setLineNumber(int) - Method in class com.microsoft.azure.maven.utils.PomUtils.LocationAwareElement
- setLocator(Locator) - Method in class com.microsoft.azure.maven.utils.PomUtils.LocatorAwareDocumentFactory
- setNamespace(Element, Namespace) - Static method in class com.microsoft.azure.maven.utils.XmlUtils
- setNamespaces(List, Namespace) - Static method in class com.microsoft.azure.maven.utils.XmlUtils
-
Recursively sets the namespace of the List and all children if the current namespace is match
- setNamespaces(Element, Namespace) - Static method in class com.microsoft.azure.maven.utils.XmlUtils
-
Recursively sets the namespace of the element and all its children.
- settings - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
-
The system settings for Maven.
- settingsDecrypter - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
- show(IAzureMessage) - Method in class com.microsoft.azure.toolkit.maven.common.messager.MavenAzureMessager
- stringToJsonObject(String, String) - Static method in class com.microsoft.azure.maven.prompt.SchemaValidator
- SUBSCRIPTION_ID_KEY - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
- SUBSCRIPTION_NOT_FOUND - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
- SUBSCRIPTION_TEMPLATE - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
- subscriptionId - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
-
Azure subscription id.
- SubscriptionOption - Class in com.microsoft.azure.maven.model
- SubscriptionOption(Subscription) - Constructor for class com.microsoft.azure.maven.model.SubscriptionOption
- SubscriptionOption2 - Class in com.microsoft.azure.maven.model
- SubscriptionOption2(Subscription) - Constructor for class com.microsoft.azure.maven.model.SubscriptionOption2
- SystemPropertyUtils - Class in com.microsoft.azure.maven.utils
- SystemPropertyUtils() - Constructor for class com.microsoft.azure.maven.utils.SystemPropertyUtils
T
- telemetries - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
- TELEMETRY_NOT_ALLOWED - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
- telemetryProxy - Variable in class com.microsoft.azure.maven.AbstractAzureMojo
- TemplateUtils - Class in com.microsoft.azure.maven.utils
- TemplateUtils() - Constructor for class com.microsoft.azure.maven.utils.TemplateUtils
- tenant - Variable in class com.microsoft.azure.maven.model.MavenAuthConfiguration
- terminalSupplierList - Static variable in class com.microsoft.azure.maven.utils.TextIOUtils
- TextIOMavenPluginQueryer - Class in com.microsoft.azure.maven.queryer
- TextIOMavenPluginQueryer() - Constructor for class com.microsoft.azure.maven.queryer.TextIOMavenPluginQueryer
- TextIOUtils - Class in com.microsoft.azure.maven.utils
- TextIOUtils() - Constructor for class com.microsoft.azure.maven.utils.TextIOUtils
- textTerminal - Static variable in class com.microsoft.azure.maven.utils.TextIOUtils
- toString() - Method in class com.microsoft.azure.maven.model.DeploymentResource
- toString() - Method in class com.microsoft.azure.maven.model.SubscriptionOption
- toString() - Method in class com.microsoft.azure.maven.model.SubscriptionOption2
- trackMojoFailure(Throwable) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- trimTextBeforeEnd(Element, Node) - Static method in class com.microsoft.azure.maven.utils.XmlUtils
- type - Variable in class com.microsoft.azure.maven.model.DeploymentResource
- type - Variable in class com.microsoft.azure.maven.model.MavenAuthConfiguration
U
- uncaughtException(Thread, Throwable) - Method in class com.microsoft.azure.maven.AbstractAzureMojo.DefaultUncaughtExceptionHandler
- updateConfigurationFile(Properties) - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- updateNode(Element, Map<String, Object>) - Static method in class com.microsoft.azure.maven.utils.PomUtils
- updateTelemetryProperties() - Method in class com.microsoft.azure.maven.AbstractAzureMojo
- USING_AZURE_ENVIRONMENT - Static variable in class com.microsoft.azure.maven.AbstractAzureMojo
V
- validateInputByOptions(String, List<String>) - Method in class com.microsoft.azure.maven.queryer.MavenPluginQueryer
- validateInputByRegex(String, String) - Method in class com.microsoft.azure.maven.queryer.MavenPluginQueryer
- validateSingleProperty(String, String, String) - Method in class com.microsoft.azure.maven.prompt.SchemaValidator
- validateUserInputAsInteger(String, int, String) - Method in class com.microsoft.azure.maven.prompt.DefaultPrompter
- validator - Variable in class com.microsoft.azure.maven.prompt.SchemaValidator
W
- withCustomPrompt(String) - Method in class com.microsoft.azure.maven.utils.CustomTextIoStringListReader
- wrap(T) - Static method in class com.microsoft.azure.maven.prompt.InputValidateResult
X
- XmlUtils - Class in com.microsoft.azure.maven.utils
- XmlUtils() - Constructor for class com.microsoft.azure.maven.utils.XmlUtils
All Classes All Packages