- getAllEntities() - Method in class com.mgnt.lifecycle.management.BaseEntityFactory
-
This method returns all the implementations
- getAllInstances() - Static method in class com.mgnt.lifecycle.management.backgroundrunner.BackgroundRunnableFactory
-
- getAllInstances() - Static method in class com.mgnt.lifecycle.management.example.InfoFormatterFactory
-
- getConnectionUrl() - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
-
This method is a getter for connectionUrl property which only makes sense if that property was set.
- getContentType() - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
-
This is getter method for content type property.
- getDefaultContentType() - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
-
This method is intended to be overridden by extending classes if those classes provide methods that send
requests with the same content type
- getEntity(String) - Method in class com.mgnt.lifecycle.management.BaseEntityFactory
-
this method is for retrieval of an Instance of concrete implementation from the factory
- getExecutionTimeInterval() - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeOneTask
-
- getExecutionTimeIntervalStr() - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeOneTask
-
- getExecutionTimeIntervalTypeTwo() - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeTwoTask
-
- getExecutionTimeIntervalTypeTwoStr() - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeTwoTask
-
- getFactoryInstance() - Static method in class com.mgnt.lifecycle.management.backgroundrunner.BackgroundRunnableFactory
-
- getFactoryInstance() - Static method in class com.mgnt.lifecycle.management.example.InfoFormatterFactory
-
- getFileName(String) - Static method in class com.mgnt.utils.FileUtils
-
- getFromVersion() - Method in class com.mgnt.utils.textutils.VersionRange
-
- getInstance(String) - Static method in class com.mgnt.lifecycle.management.backgroundrunner.BackgroundRunnableFactory
-
- getInstance(String) - Static method in class com.mgnt.lifecycle.management.example.InfoFormatterFactory
-
- getParsedIntegerProperty() - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeOneTask
-
- getParsedIntegerPropertyStr() - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeOneTask
-
- getRelevantPackage() - Static method in class com.mgnt.utils.TextUtils
-
This a getter method for global value of relevant package prefix property
- getStacktrace(Throwable, boolean, String) - Static method in class com.mgnt.utils.TextUtils
-
This method retrieves a stacktrace from Throwable as a String in full or shortened format.
- getStacktrace(Throwable, boolean) - Static method in class com.mgnt.utils.TextUtils
-
This method retrieves a stacktrace from Throwable as a String in full or shortened format.
- getStacktrace(Throwable) - Static method in class com.mgnt.utils.TextUtils
-
This method retrieves a stacktrace from Throwable as a String in shortened format.
- getStacktrace(Throwable, String) - Static method in class com.mgnt.utils.TextUtils
-
This method retrieves a stacktrace from Throwable as a String in shortened format.
- getStacktrace(CharSequence, String) - Static method in class com.mgnt.utils.TextUtils
-
This method retrieves a stacktrace in shortened format from source stactrace provided as CharSequence.
- getStacktrace(CharSequence) - Static method in class com.mgnt.utils.TextUtils
-
This method retrieves a stacktrace in shortened format from source stactrace provided as CharSequence.
- getTaskExecutionInterval() - Method in interface com.mgnt.lifecycle.management.backgroundrunner.BackgroundRunnable
-
- getTaskExecutionInterval() - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeOneTask
-
- getTaskExecutionInterval() - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeTwoTask
-
- getTimeIntervalProperty() - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeOneTask
-
- getTimeIntervalPropertyStr() - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeOneTask
-
- getTimeUnit() - Method in class com.mgnt.utils.entities.TimeInterval
-
TimeUnit getter
- getToVersion() - Method in class com.mgnt.utils.textutils.VersionRange
-
- getValue() - Method in class com.mgnt.utils.entities.TimeInterval
-
Time interval numerical value getter (without time unit)
- getVersionNumbers() - Method in class com.mgnt.utils.textutils.Version
-