Lines Matching full:path
19 basedir: Root directory. the basedir + project path is the real source file location.
28 5. task project: Projects to be checked. The source root dir of the project is defined by the path field.
33 2. policyitem: The fields type, name, path, desc are mandatory, and the fields rule, group, filefilter are optional. The default value is:
34 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
36 "compatibility" is used to check license compatibility in the specified path;
37 "license" is used to check source license header in the specified path;
38 "copyright" is used to check source copyright header in the specified path;
39 "import" is used to check source dependency in the specified path, such as import ... ,include ...
40 "filetype" is used to check file type in the specified path, supported file types: archive, binary
41 "filename" is used to check whether the specified file exists in the specified path(support projectroot in default OAT.xml), supported file names: LICENSE, README, README.OpenSource
44 5. policyitem path: This field is used to define the source file scope to apply this policyitem. The "!" prefix means to exclude the files. For example, "!./lib/." means to exclude the files in lib dir while process this policyitem.
47 8. filefilter: This field is used to define filter rules. Wherein, filename is used to filter file names and filepath is used to filter file path.