source: jomc-modlet/branches/jomc-modlet-1.x/src/site/apt/system-properties.apt@ 5517

Last change on this file since 5517 was 5517, checked in by Christian Schulte, 5 years ago

o Merged changes up to 5516 from 'trunk' into branch 'jomc-modlet-1.x'.

Closes #151

  • Property svn:eol-style set to native
  • Property svn:keywords set to JOMC=%b%_%r%_%d%_%a
  • Property svn:mime-type set to text/plain
File size: 5.5 KB
Line 
1 ------
2 System Properties Reference
3 ------
4 Christian Schulte
5 ------
6 2012-01-24
7 ------
8
9 ~~ Copyright (C) 2012 Christian Schulte <cs@schulte.it>
10 ~~ All rights reserved.
11 ~~
12 ~~ Redistribution and use in source and binary forms, with or without
13 ~~ modification, are permitted provided that the following conditions
14 ~~ are met:
15 ~~
16 ~~ o Redistributions of source code must retain the above copyright
17 ~~ notice, this list of conditions and the following disclaimer.
18 ~~
19 ~~ o Redistributions in binary form must reproduce the above copyright
20 ~~ notice, this list of conditions and the following disclaimer in
21 ~~ the documentation and/or other materials provided with the
22 ~~ distribution.
23 ~~
24 ~~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
25 ~~ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
26 ~~ AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
27 ~~ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
28 ~~ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
29 ~~ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30 ~~ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
31 ~~ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32 ~~ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
33 ~~ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 ~~
35 ~~ $JOMC: system-properties.apt 5517 2020-03-31 02:20:48Z schulte $
36
37System Properties Reference
38
39*---------------------------------------------*-------------------------------*----------------------------------------*
40| <<System Property>> | <<Type>> | <<Default>> |
41*---------------------------------------------*-------------------------------*----------------------------------------*
42| <<<org.jomc.modlet.DefaultModelContext.defaultPlatformProviderLocation>>> | <<<java.lang.String>>> | <<<${java.home}/lib/jomc.properties>>> |
43*---------------------------------------------*-------------------------------*----------------------------------------*
44| <<<org.jomc.modlet.DefaultModelContext.defaultProviderLocation>>> | <<<java.lang.String>>> | <<<META-INF/services>>> |
45*---------------------------------------------*-------------------------------*----------------------------------------*
46| <<<org.jomc.modlet.DefaultServiceFactory.defaultOrdinal>>> | <<<java.lang.Integer>>> | <<<0>>> |
47*---------------------------------------------*-------------------------------*----------------------------------------*
48| <<<org.jomc.modlet.DefaultModletProcessor.defaultEnabled>>> | <<<java.lang.Boolean>>> | <<<true>>> |
49*---------------------------------------------*-------------------------------*----------------------------------------*
50| <<<org.jomc.modlet.DefaultModletProcessor.defaultOrdinal>>> | <<<java.lang.Integer>>> | <<<0>>> |
51*---------------------------------------------*-------------------------------*----------------------------------------*
52| <<<org.jomc.modlet.DefaultModletProcessor.defaultTransformerLocation>>> | <<<java.lang.String>>> | <<<META-INF/jomc-modlet.xsl>>> |
53*---------------------------------------------*-------------------------------*----------------------------------------*
54| <<<org.jomc.modlet.DefaultModletProvider.defaultModletLocation>>> | <<<java.lang.String>>> | <<<META-INF/jomc-modlet.xml>>> |
55*---------------------------------------------*-------------------------------*----------------------------------------*
56| <<<org.jomc.modlet.DefaultModletProvider.defaultEnabled>>> | <<<java.lang.Boolean>>> | <<<true>>> |
57*---------------------------------------------*-------------------------------*----------------------------------------*
58| <<<org.jomc.modlet.DefaultModletProvider.defaultValidating>>> | <<<java.lang.Boolean>>> | <<<true>>> |
59*---------------------------------------------*-------------------------------*----------------------------------------*
60| <<<org.jomc.modlet.DefaultModletProvider.defaultOrdinal>>> | <<<java.lang.Integer>>> | <<<0>>> |
61*---------------------------------------------*-------------------------------*----------------------------------------*
62| <<<org.jomc.modlet.DefaultModletValidator.defaultEnabled>>> | <<<java.lang.Boolean>>> | <<<true>>> |
63*---------------------------------------------*-------------------------------*----------------------------------------*
64| <<<org.jomc.modlet.DefaultModletValidator.defaultOrdinal>>> | <<<java.lang.Integer>>> | <<<0>>> |
65*---------------------------------------------*-------------------------------*----------------------------------------*
66| <<<org.jomc.modlet.ModelContext.defaultLogLevel>>> | <<<java.util.logging.Level>>> | <<<WARNING>>> |
67*---------------------------------------------*-------------------------------*----------------------------------------*
68| <<<org.jomc.modlet.ModelContext.defaultModletSchemaSystemId>>> | <<<java.lang.String>>> | <<<http://xml.jomc.org/modlet/jomc-modlet-1.9.xsd>>> |
69*---------------------------------------------*-------------------------------*----------------------------------------*
70| <<<org.jomc.modlet.ModelContextFactory>>> | <<<java.lang.String>>> | <<<org.jomc.modlet.DefaultModelContextFactory>>> |
71*---------------------------------------------*-------------------------------*----------------------------------------*
72| <<<org.jomc.modlet.DefaultServiceFactory.defaultEnabled>>> | <<<java.lang.Boolean>>> | <<<true>>> |
73*---------------------------------------------*-------------------------------*----------------------------------------*
Note: See TracBrowser for help on using the repository browser.