Lines Matching full:path
17 basedir: Root dir, the basedir + project path is the real source file location.
26 5. task project: Projects to be checked. The path field defines the source root dir of the project.
31 2. policyitem: The type, name, path, and desc fields are required, and the rule, group, and filefilter fields are optional.The default value is:
32 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
34 "compatibility" is used to check license compatibility in the specified path;
35 "license" is used to check source license header in the specified path;
36 "copyright" is used to check source copyright header in the specified path;
37 "import" is used to check source dependency in the specified path, such as import ... ,include ...
38 "filetype" is used to check file type in the specified path, supported file types: archive, binary
39 "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
42 5. policyitem path: This field is used to define the source file scope to apply this policyitem. Wherein,"!" prefix means to exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while process this policyitem.