IntelliJ IDEA folder introduced species

IntelliJ IDEA folder types introduced

  • Roots Source (or Source Folders; Shown AS /help/img/idea/2017.1/rootSource.gif) directory labeled source roots. This will tell IntelliJ IDEA, when the project needs to compile the existence of this folder in the source code

  • Source roots the Generated (or Generated Source Folders; Shown AS /help/img/idea/2017.1/rootGeneratedSourceIJ.png; Certain views in The [Generated] Used text marker IS) source roots and similar. The difference is that, in the implementation of Move Class refactoring or Create class use quick fix in, Generated source roots are not recommended as the destination folder.

  • Source roots the Test (Test Source or Folders; Shown AS /help/img/idea/2017.1/rootTest.gif). Comparative source roots and similar but wherein the code is prepared for testing.

  • Test Source Roots the Generated (Test Generated Source or Folders; Shown AS /help/img/idea/2017.1/rootGeneratedTestSourceIJ.png; Certain views in The [Generated] Used text marker IS) Test source roots and the like. The difference with the difference Source roots and Generated source roots are the same.               

  • Roots Resource (or Resource Folders; Shown AS /help/img/idea/2017.1/rootResourceIJ.png; the Available only in the Java modules) which includes a variety of resource files used by the project. Such as pictures, multiple xml files and file attributes.During the build process, all the contents of the resource folders are copied to the output folder as is.Similarly to sources, you can specify that your resources are generated. You can also specify which folder within the output folder your resources should be copied to.

  • Resource Roots the Test (or the Test Resource Folders; Shown AS /help/img/idea/2017.1/rootTestResourceIJ.png; the Available only in the Java modules) required for the test resource file. In some ways, like folders and resource.

  • Roots Excluded (Shown AS /help/img/idea/2017.1/rootExcluded.gif) is almost negligible IntelliJ IDEA file.Very limited coding assistance is provided for files in excluded folders.Classes contained in excluded folders don't appear in code completion suggestion lists,references to such classes are shown in the editor as unresolved.When searching, IntelliJ IDEA doesn't look in excluded folders, etc.

Guess you like

Origin www.cnblogs.com/liangbin-2019-03-30/p/11205916.html