public abstract class CodingStyleManager
extends java.lang.Object
Constructor and Description |
---|
CodingStyleManager() |
Modifier and Type | Method and Description |
---|---|
static CodingStyleManager |
getCodingStyleManager()
Get the
CodingStyleManager implementation. |
abstract CodingStyleOptions |
getCodingStyleOptions()
Get the
CodingStyleOptions used by JDeveloper. |
abstract CodingStyleOptions |
getCodingStyleOptions(Context context)
Get the coding style options to use for the given context.
|
public static CodingStyleManager getCodingStyleManager()
CodingStyleManager
implementation.CodingStyleManager
implementationpublic abstract CodingStyleOptions getCodingStyleOptions()
CodingStyleOptions
used by JDeveloper. In the future,
different coding style options may be used in different contexts. For
example, it may be possible to use a different coding style in different
projects. When that happens, this method will be replaced by
getCodingStyleOptions(Context)
. Callers that have a
Context
object available are encouraged to use that method to
avoid having to make code changes in the future.public abstract CodingStyleOptions getCodingStyleOptions(Context context)
context
- the context