File tree Expand file tree Collapse file tree
src/main/java/io/appium/java_client/service/local/flags Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717package io .appium .java_client .service .local .flags ;
1818
19+ @ Deprecated
1920/**
2021* Here is the list of Android specific server arguments.
2122* All flags are optional, but some are required in conjunction with certain others.
2223* The full list is available here: http://appium.io/slate/en/master/?ruby#appium-server-arguments
2324* Android specific arguments are marked by (Android-only)
25+ *
26+ * This flags are deprecated since appium node 1.5.x. This list will be removed in the next release.
27+ * Be careful.
2428*/
2529public enum AndroidServerFlag implements ServerArgument {
2630 /**
Original file line number Diff line number Diff line change 1616
1717package io .appium .java_client .service .local .flags ;
1818
19+ @ Deprecated
1920/**
2021 * Here is the list of common Appium server arguments.
2122 * All flags are optional, but some are required in conjunction with certain others.
2223 * The full list is available here: @link http://appium.io/slate/en/master/?ruby#appium-server-arguments
24+ *
25+ *
26+ * This flags are deprecated since appium node 1.5.x. This list will be removed in the next release.
27+ * Be careful.
2328 */
2429public enum GeneralServerFlag implements ServerArgument {
2530 /**
Original file line number Diff line number Diff line change 1616
1717package io .appium .java_client .service .local .flags ;
1818
19+ @ Deprecated
1920/**
2021* Here is the list of iOS specific server arguments.
2122* All flags are optional, but some are required in conjunction with certain others.
2223* The full list is available here: http://appium.io/slate/en/master/?ruby#appium-server-arguments
2324* iOS specific arguments are marked by (IOS-only)
25+ *
26+ * This flags are deprecated since appium node 1.5.x. This list will be removed in the next release.
27+ * Be careful.
2428*/
2529public enum IOSServerFlag implements ServerArgument {
2630 /**
Original file line number Diff line number Diff line change 1616
1717package io .appium .java_client .service .local .flags ;
1818
19+ @ Deprecated
20+ /**
21+ * This interface is going to removed further. Be careful.
22+ */
1923public interface ServerArgument {
2024 String getArgument ();
2125}
You can’t perform that action at this time.
0 commit comments