Skip to content

pollseed/kitlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kitlib

Join the chat at https://gitter.im/pollseed/kitlib Circle CI Build Status Apache LISENCE Coverage Status

Environment

  • java 1.8.0_45 推奨
  • gradle 2.2.1

Summary

  • 'kitlib' is Kit's Library, Java Auxiliary Library
  • for'Hackathon' here

Getting Started

$ gradle build
$ gradle eclipse # eclipseのビルドパスを通す

Dependencies

  • org.apache.commons:commons-lang3:3.3.2
  • commons-io:commons-io:2.4
  • org.hamcrest, name: 'hamcrest-core', version: '1.3'
  • junit, name: 'junit-dep', version: '4.10'
  • org.hamcrest, name: 'hamcrest-library', version: '1.3'
  • org.mockito, name: 'mockito-core', version: '1.9.+'

Extension

  1. Please make 'Class name + Test' class in 'src/test/java/pollseed/tools/helper', write test code to the file.
  2. Please run the following command.
$ gradle test

Directory Structure

.
├── LISENCE
├── README.md
├── bin
├── build
├── build.gradle
└── src
    ├── main
    │   ├── java
    │   │   └── pollseed
    │   │       └── tools
    │   │           ├── helper
    │   │           └── util
    │   └── resources
    └── test
        ├── java
        │   └── pollseed
        │       └── tools
        │           ├── helper
        │           └── util
        └── resources
            └── pollseed
                └── tools
                    ├── helper
                    └── util

Domain

src/main/java/pollseed

tools

Auxiliary source that will be called.

helper

  • Collection of instance functions.
  • Or a local feature, many processes, such as run out creating an instance.

util

  • Collection of static functions.
  • A high degree of influence on the frequency-range both to be used.

release tags rule