File tree 21 files changed +148
-0
lines changed
main/java/com/gistlabs/mechanize
test/java/com/gistlabs/mechanize
21 files changed +148
-0
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
+ #
3
+ # Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
4
+ #
5
+ # This Source Code Form is subject to the terms of the Mozilla Public
6
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
7
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
+ #
9
+
2
10
3
11
mvn release:clean release:prepare release:perform
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize ;
2
9
3
10
import java .util .Collection ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize ;
2
9
3
10
import java .util .ArrayList ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize ;
2
9
3
10
import java .util .Collection ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize .exceptions ;
2
9
3
10
import java .io .IOException ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize .html ;
2
9
3
10
import java .util .ArrayList ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize .html ;
2
9
3
10
import java .util .HashMap ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize .html ;
2
9
3
10
import org .jsoup .nodes .Node ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize .html ;
2
9
3
10
import java .util .Collection ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize .html ;
2
9
3
10
import org .jsoup .nodes .TextNode ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize .image ;
2
9
3
10
import java .util .HashSet ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize .json ;
2
9
3
10
import java .util .Collection ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize .sequence ;
2
9
3
10
import com .gistlabs .mechanize .MechanizeAgent ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize .sequence ;
2
9
3
10
import com .gistlabs .mechanize .MechanizeAgent ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize .sequence ;
2
9
3
10
import java .util .ArrayList ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize .util ;
2
9
3
10
/**
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize .util ;
2
9
3
10
import java .util .Collection ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize .util ;
2
9
3
10
import java .io .IOException ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize .json ;
2
9
3
10
import static org .junit .Assert .*;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize .query ;
2
9
3
10
public class QueryBuilderTest {
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (C) 2012 Gist Labs, LLC. (http://gistlabs.com)
3
+ *
4
+ * This Source Code Form is subject to the terms of the Mozilla Public
5
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
6
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ */
1
8
package com .gistlabs .mechanize .sequence ;
2
9
3
10
import static org .junit .Assert .*;
You can’t perform that action at this time.
0 commit comments